Merge remote-tracking branch 'origin/master' into feature_slice_to_png

This commit is contained in:
tamasmeszaros 2018-05-23 16:29:02 +02:00
commit 56db426de7
15 changed files with 7984 additions and 4804 deletions

View file

@ -519,7 +519,6 @@ sub new {
# Show the box initially, let it be shown after the slicing is finished.
$self->{"print_info_box_show"}->(0);
$right_sizer->SetSizeHints($self->{right_panel});
$self->{right_panel}->SetSizer($right_sizer);
my $hsizer = Wx::BoxSizer->new(wxHORIZONTAL);