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

Add wxWidgets version to debug output

This commit is contained in:
Alessandro Ranellucci
2012-05-04 13:51:09 +02:00
parent d889639d49
commit 9070ced329
+1
View File
@@ -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) );