@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

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;
});