fix: plugin pages removing calibration tab

This commit is contained in:
Ian Chua
2026-08-13 14:54:46 +08:00
parent 5e6895ddd2
commit 50dfcff031
3 changed files with 13 additions and 6 deletions
+2
View File
@@ -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()