mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-26 09:14:25 +08:00
Refresh 2D plater canvas when window is resized (did not update on GTK)
This commit is contained in:
parent
07f8fb1264
commit
2ca0d4627a
@ -42,6 +42,7 @@ sub new {
|
|||||||
EVT_MOUSE_EVENTS($self, \&mouse_event);
|
EVT_MOUSE_EVENTS($self, \&mouse_event);
|
||||||
EVT_SIZE($self, sub {
|
EVT_SIZE($self, sub {
|
||||||
$self->update_bed_size;
|
$self->update_bed_size;
|
||||||
|
$self->Refresh;
|
||||||
});
|
});
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user