mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Workaround for Wx/GTK bug on Linux
This commit is contained in:
@@ -199,7 +199,6 @@ sub new {
|
||||
);
|
||||
|
||||
$panels{slice} = Wx::BoxSizer->new(wxVERTICAL);
|
||||
$panels{slice}->Add(-1, 20); # empty space before button
|
||||
my $slice_button = Wx::Button->new($self, -1, "Slice...");
|
||||
$panels{slice}->Add($slice_button, 0, wxALIGN_CENTER);
|
||||
EVT_BUTTON($self, $slice_button, \&do_slice);
|
||||
|
||||
Reference in New Issue
Block a user