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

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 {};