X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94f5392355df17ef8cd4884637a1ce71a07dd685..d45318b8b6857ab6159b37c2f3ddce6a5f68be28:/src/generic/tipdlg.cpp diff --git a/src/generic/tipdlg.cpp b/src/generic/tipdlg.cpp index 0bb63154a9..bef711e279 100644 --- a/src/generic/tipdlg.cpp +++ b/src/generic/tipdlg.cpp @@ -241,9 +241,6 @@ wxTipDialog::wxTipDialog(wxWindow *parent, wxStaticText *text = new wxStaticText(this, wxID_ANY, _("Did you know...")); - // Currently this causes the bottom half to be chopped off, - // so disable the large font -#ifndef __WXMSW__ if (!isPda) { wxFont font = text->GetFont(); @@ -251,7 +248,6 @@ wxTipDialog::wxTipDialog(wxWindow *parent, font.SetWeight(wxFONTWEIGHT_BOLD); text->SetFont(font); } -#endif m_text = new wxTextCtrl(this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize(200, 160),