mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
@farhaven: There's one more wxCLOSE in lib/Slic3r/GUI/Projector.pm, that one should probably be changed as well.
This commit is contained in:
@@ -375,7 +375,7 @@ sub new {
|
||||
}
|
||||
|
||||
{
|
||||
my $buttons = $self->CreateStdDialogButtonSizer(wxCLOSE);
|
||||
my $buttons = $self->CreateStdDialogButtonSizer(wxOK);
|
||||
EVT_BUTTON($self, wxID_CLOSE, sub {
|
||||
$self->_close;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user