mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Remove superflous if
This commit is contained in:
@@ -497,7 +497,6 @@ class PyProgress(wx.Dialog):
|
||||
if not sizeDlgModified:
|
||||
sizeDlg.y += 2*LAYOUT_MARGIN + wx.Button.GetDefaultSize().y
|
||||
|
||||
if self._hasAbortButton:
|
||||
sizer.Add(buttonSizer, 0, sizerFlags, LAYOUT_MARGIN )
|
||||
|
||||
self.Bind(wx.EVT_CLOSE, self.OnClose)
|
||||
|
||||
Reference in New Issue
Block a user