1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed object setting dialog on NVIDIA cards

This commit is contained in:
Enrico Turri
2018-05-21 10:51:47 +02:00
parent deabeaaa7f
commit 53ddf724e1
@@ -46,6 +46,8 @@ sub new {
$self->SetSizer($sizer);
$self->SetMinSize($self->GetSize);
$self->Layout;
wxTheApp->restore_window_pos($self, "object_settings");
return $self;