Add wxWidgets version to debug output
This commit is contained in:
parent
d889639d49
commit
9070ced329
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ sub OnInit {
|
|||
my $self = shift;
|
||||
|
||||
$self->SetAppName('Slic3r');
|
||||
Slic3r::debugf "wxWidgets version %s\n", &Wx::wxVERSION_STRING;
|
||||
|
||||
my $frame = Wx::Frame->new( undef, -1, 'Slic3r', [-1, -1], Wx::wxDefaultSize,
|
||||
wxDEFAULT_FRAME_STYLE ^ (wxRESIZE_BORDER | wxMAXIMIZE_BOX) );
|
||||
|
|
Loading…
Reference in a new issue