mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-19 06:53:02 +00:00
Merge branch 'main' into feat/printer-agent-impl
This commit is contained in:
@@ -1661,7 +1661,7 @@ void TabPresetComboBox::OnSelect(wxCommandEvent &evt)
|
||||
default: break;
|
||||
}
|
||||
if (sp != ConfigWizard::SP_WELCOME) {
|
||||
wxTheApp->CallAfter([this, sp]() {
|
||||
wxTheApp->CallAfter([sp]() {
|
||||
run_wizard(sp);
|
||||
});
|
||||
}
|
||||
@@ -1957,7 +1957,7 @@ GUI::CalibrateFilamentComboBox::CalibrateFilamentComboBox(wxWindow *parent)
|
||||
{
|
||||
clr_picker->SetBackgroundColour(StateColor::darkModeColorFor(*wxWHITE));
|
||||
clr_picker->SetToolTip("");
|
||||
clr_picker->Bind(wxEVT_BUTTON, [this](wxCommandEvent& e) {});
|
||||
clr_picker->Bind(wxEVT_BUTTON, [](wxCommandEvent& e) {});
|
||||
}
|
||||
|
||||
GUI::CalibrateFilamentComboBox::~CalibrateFilamentComboBox()
|
||||
|
||||
Reference in New Issue
Block a user