mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: the tab change display
jira: [STUDIO-9748] Change-Id: I3178a43ec9de091790b1df760c0b029c0f03229e (cherry picked from commit 96c2cff2828c4f541f8aa5f59efabcbf0c0df9ef)
This commit is contained in:
@@ -680,6 +680,8 @@ void FanControlPopupNew::CreateDuct()
|
||||
|
||||
void FanControlPopupNew::UpdateParts(int mode_id)
|
||||
{
|
||||
Freeze();
|
||||
|
||||
m_sizer_fanControl->Clear(true);
|
||||
for (const auto& part : m_data.parts) {
|
||||
|
||||
@@ -698,6 +700,7 @@ void FanControlPopupNew::UpdateParts(int mode_id)
|
||||
}
|
||||
|
||||
m_sizer_fanControl->Layout();
|
||||
Thaw();
|
||||
}
|
||||
|
||||
void FanControlPopupNew::UpdateTips(int model)
|
||||
|
||||
Reference in New Issue
Block a user