Fixed object setting dialog on NVIDIA cards
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user