mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
This commit is contained in:
parent
56f8552dab
commit
938d25ef50
1 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue