@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:
parent
4f32a1cf9d
commit
571b406bd6
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ sub new {
|
|||
}
|
||||
|
||||
{
|
||||
my $buttons = $self->CreateStdDialogButtonSizer(wxCLOSE);
|
||||
my $buttons = $self->CreateStdDialogButtonSizer(wxOK);
|
||||
EVT_BUTTON($self, wxID_CLOSE, sub {
|
||||
$self->_close;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue