Skip to content

Commit

Permalink
Refresh 2D plater canvas when window is resized (did not update on GTK)
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Jul 4, 2014
1 parent 07f8fb1 commit 2ca0d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Slic3r/GUI/Plater/2D.pm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ sub new {
EVT_MOUSE_EVENTS($self, \&mouse_event);
EVT_SIZE($self, sub {
$self->update_bed_size;
$self->Refresh;
});

return $self;
Expand Down

0 comments on commit 2ca0d46

Please sign in to comment.