mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 21:08:59 +08:00
Silence warning by importing Wx::Print before Wx::Html
This commit is contained in:
parent
57316a4ffa
commit
4a94c64f7d
@ -5,6 +5,7 @@ use utf8;
|
|||||||
|
|
||||||
use Wx qw(:font :html :misc :sizer :systemsettings);
|
use Wx qw(:font :html :misc :sizer :systemsettings);
|
||||||
use Wx::Event qw(EVT_HTML_LINK_CLICKED);
|
use Wx::Event qw(EVT_HTML_LINK_CLICKED);
|
||||||
|
use Wx::Print;
|
||||||
use Wx::Html;
|
use Wx::Html;
|
||||||
use base 'Wx::Dialog';
|
use base 'Wx::Dialog';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user