mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-19 23:12:35 +00:00
fix: plugin pages removing calibration tab
This commit is contained in:
@@ -1457,6 +1457,7 @@ void MainFrame::show_device(bool should_use_native) {
|
||||
#endif // _MSW_DARK_MODE
|
||||
|
||||
fit_tab_labels(); // ORCA on printer change
|
||||
m_plugin_pages.relayout(); // keep plugin tabs after the native tabs just mutated above
|
||||
|
||||
return;
|
||||
}
|
||||
@@ -1545,6 +1546,7 @@ void MainFrame::show_device(bool should_use_native) {
|
||||
}
|
||||
}
|
||||
fit_tab_labels(); // ORCA on printer change
|
||||
m_plugin_pages.relayout(); // keep plugin tabs after the native tabs just mutated above
|
||||
}
|
||||
|
||||
void MainFrame::fit_tab_labels()
|
||||
|
||||
Reference in New Issue
Block a user