mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 21:18:58 +08: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:
parent
4f32a1cf9d
commit
571b406bd6
@ -375,7 +375,7 @@ sub new {
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
my $buttons = $self->CreateStdDialogButtonSizer(wxCLOSE);
|
my $buttons = $self->CreateStdDialogButtonSizer(wxOK);
|
||||||
EVT_BUTTON($self, wxID_CLOSE, sub {
|
EVT_BUTTON($self, wxID_CLOSE, sub {
|
||||||
$self->_close;
|
$self->_close;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user