From 53ddf724e1c3040b894af3e5d875fedeb387ced8 Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Mon, 21 May 2018 10:51:47 +0200 Subject: [PATCH] Fixed object setting dialog on NVIDIA cards --- lib/Slic3r/GUI/Plater/ObjectSettingsDialog.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Slic3r/GUI/Plater/ObjectSettingsDialog.pm b/lib/Slic3r/GUI/Plater/ObjectSettingsDialog.pm index 908d5eff7..61a8f2a01 100644 --- a/lib/Slic3r/GUI/Plater/ObjectSettingsDialog.pm +++ b/lib/Slic3r/GUI/Plater/ObjectSettingsDialog.pm @@ -46,6 +46,8 @@ sub new { $self->SetSizer($sizer); $self->SetMinSize($self->GetSize); + $self->Layout; + wxTheApp->restore_window_pos($self, "object_settings"); return $self;