mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
This commit is contained in:
@@ -331,10 +331,10 @@ DPIFrame(NULL, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, BORDERLESS_FRAME_
|
||||
});
|
||||
|
||||
//BBS
|
||||
// Bind(EVT_SELECT_TAB, [this](wxCommandEvent&evt) {
|
||||
// TabPosition pos = (TabPosition)evt.GetInt();
|
||||
// m_tabpanel->SetSelection(pos);
|
||||
// });
|
||||
Bind(EVT_SELECT_TAB, [this](wxCommandEvent&evt) {
|
||||
TabPosition pos = (TabPosition)evt.GetInt();
|
||||
m_tabpanel->SetSelection(pos);
|
||||
});
|
||||
|
||||
Bind(EVT_SYNC_CLOUD_PRESET, &MainFrame::on_select_default_preset, this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user