mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
Merge pull request #2003 from swt2c/pyprogress_msw
Fix PyProgress on MSW by avoiding invalid sizer flags
This commit is contained in:
@@ -481,7 +481,7 @@ class PyProgress(wx.Dialog):
|
||||
sizeDlgModified = False
|
||||
|
||||
if wx.Platform == "__WXMSW__":
|
||||
sizerFlags = wx.ALIGN_RIGHT|wx.ALL
|
||||
sizerFlags = wx.ALL
|
||||
else:
|
||||
sizerFlags = wx.ALIGN_CENTER|wx.BOTTOM|wx.TOP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user