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