1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00: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:
Pavel Karoukin
2015-12-27 11:26:11 -06:00
parent 4f32a1cf9d
commit 571b406bd6
+1 -1
View File
@@ -375,7 +375,7 @@ sub new {
}
{
my $buttons = $self->CreateStdDialogButtonSizer(wxCLOSE);
my $buttons = $self->CreateStdDialogButtonSizer(wxOK);
EVT_BUTTON($self, wxID_CLOSE, sub {
$self->_close;
});