mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Prevent warnings when zooming on uninitialized 3D canvas
This commit is contained in:
@@ -379,6 +379,7 @@ sub mouse_to_3d {
|
||||
sub ZoomTo {
|
||||
my ($self, $factor, $tox, $toy) = @_;
|
||||
|
||||
return if !$self->init;
|
||||
glTranslatef($tox, $toy, 0);
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
$self->Zoom($factor);
|
||||
|
||||
Reference in New Issue
Block a user