1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

Fixes for Windows

This commit is contained in:
Alessandro Ranellucci
2012-06-20 21:43:06 +02:00
parent 8d465aca34
commit ac59297e39
4 changed files with 5 additions and 5 deletions
-1
View File
@@ -26,7 +26,6 @@ sub new {
my $bold_font = Wx::SystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
$bold_font->SetWeight(&Wx::wxFONTWEIGHT_BOLD);
my $sidetext_font = Wx::SystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
$sidetext_font->SetPointSize(12);
my $onChange = $p{on_change} || sub {};