mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX:GUI cannot response when closing Calibration dialog
Change-Id: I576ac47f022bef0d59df168db96be1ef746ce3bb (cherry picked from commit 393d623a8a4a634add6946f3ed7f1c86e962e844)
This commit is contained in:
parent
89959400da
commit
042e17952c
1 changed files with 0 additions and 2 deletions
|
@ -148,8 +148,6 @@ CalibrationDialog::CalibrationDialog(Plater *plater)
|
|||
Layout();
|
||||
Fit();
|
||||
|
||||
Bind(wxEVT_CLOSE_WINDOW, [this](wxCloseEvent &evt) { Hide(); });
|
||||
|
||||
m_calibration_btn->Bind(wxEVT_LEFT_DOWN, &CalibrationDialog::on_start_calibration, this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue