mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-31 07:58:43 +03:00
Version1.0.4
This commit is contained in:
@@ -2085,13 +2085,15 @@ void MainFrame::select_tab(size_t tab/* = size_t(-1)*/)
|
||||
m_printer_view->load_url(url);
|
||||
}
|
||||
}
|
||||
//B4
|
||||
#ifdef __APPLE__
|
||||
if (count == 0 && m_tabpanel->GetSelection() != (int) new_selection) {
|
||||
// B30
|
||||
if (m_tabpanel->GetSelection() != (int) new_selection && m_tabpanel->GetSelection() < 4)
|
||||
m_tabpanel->SetSelection(new_selection);
|
||||
count++;
|
||||
}
|
||||
#endif
|
||||
//#ifdef __APPLE__
|
||||
// if (count == 0 && m_tabpanel->GetSelection() != (int) new_selection) {
|
||||
// m_tabpanel->SetSelection(new_selection);
|
||||
// count++;
|
||||
// }
|
||||
//#endif
|
||||
|
||||
#ifdef _MSW_DARK_MODE
|
||||
if (wxGetApp().tabs_as_menu()) {
|
||||
|
||||
Reference in New Issue
Block a user