mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Ignore cut result if user didn't click the cut button
This commit is contained in:
@@ -111,14 +111,9 @@ sub new {
|
||||
$self->SetMinSize($self->GetSize);
|
||||
$self->{sizer}->SetSizeHints($self);
|
||||
|
||||
# needed to actually free memory
|
||||
EVT_CLOSE($self, sub {
|
||||
$self->EndModal(wxID_OK);
|
||||
$self->Destroy;
|
||||
});
|
||||
|
||||
EVT_BUTTON($self, $self->{btn_cut}, sub {
|
||||
$self->perform_cut(1);
|
||||
$self->EndModal(wxID_OK);
|
||||
$self->Close;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user