merged save_window_pos / restore_window_pos from @alexrj Slic3r.

This commit is contained in:
bubnikv 2017-08-04 15:54:12 +02:00
parent 38e713c23c
commit 632bf56f29
3 changed files with 29 additions and 18 deletions

View file

@ -7,7 +7,7 @@ use strict;
use warnings;
use utf8;
use Wx qw(:dialog :id :misc :sizer :systemsettings :notebook wxTAB_TRAVERSAL);
use Wx qw(:dialog :id :misc :sizer :systemsettings :notebook wxTAB_TRAVERSAL wxTheApp);
use Wx::Event qw(EVT_BUTTON);
use base 'Wx::Dialog';