mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-19 23:19:14 +08:00
FIX: UI display problem of filament map dialog
jira: 8467 Change-Id: I4bf3aa8d0b743a910362def4fc565e9001d79c53
This commit is contained in:
parent
159ad9fe0d
commit
ea5137d618
@ -194,6 +194,7 @@ void DragDropPanel::AddColorBlock(const wxColour &color, int filament_id, bool u
|
|||||||
m_grid_item_sizer->Add(panel, 0, wxALIGN_CENTER | wxLEFT, FromDIP(10));
|
m_grid_item_sizer->Add(panel, 0, wxALIGN_CENTER | wxLEFT, FromDIP(10));
|
||||||
m_filament_blocks.push_back(panel);
|
m_filament_blocks.push_back(panel);
|
||||||
if (update_ui) {
|
if (update_ui) {
|
||||||
|
m_filament_blocks.front()->Refresh(); // FIX BUG: STUDIO-8467
|
||||||
Layout();
|
Layout();
|
||||||
Fit();
|
Fit();
|
||||||
GetParent()->Layout();
|
GetParent()->Layout();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user