mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 22:07:08 +01:00
multidirdialog FONTWEIGHT_ fix
This commit is contained in:
@@ -418,7 +418,7 @@ class MultiDirDialog(wx.Dialog):
|
||||
|
||||
staticText = wx.StaticText(self, -1, message)
|
||||
f = staticText.GetFont()
|
||||
f.SetWeight(wx.BOLD)
|
||||
f.SetWeight(wx.FONTWEIGHT_BOLD)
|
||||
staticText.SetFont(f)
|
||||
|
||||
# Add the main wx.GenericDirCtrl
|
||||
|
||||
Reference in New Issue
Block a user