mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-30 12:48:08 -07:00
dev-python/python-dsv: Apply Debian patches also fixing wxpython3 compat (#601178)
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
--- a/DSV/DSV.py
|
||||
+++ b/DSV/DSV.py
|
||||
@@ -676,7 +676,7 @@ if wx is not None:
|
||||
style = wx.TAB_TRAVERSAL, name = "ImportWizardPanel"):
|
||||
wx.Panel.__init__(self, parent, id, pos, size, style, name)
|
||||
self.SetAutoLayout(True)
|
||||
- mainSizer = wx.FlexGridSizer(3, 1)
|
||||
+ mainSizer = wx.FlexGridSizer(4, 1)
|
||||
self.SetSizer(mainSizer)
|
||||
mainSizer.AddGrowableCol(0)
|
||||
|
||||
@@ -1089,7 +1089,8 @@ if __name__ == '__main__':
|
||||
else:
|
||||
dlg.Destroy()
|
||||
|
||||
- return True
|
||||
+ # return True
|
||||
+ sys.exit()
|
||||
|
||||
app = SampleApp()
|
||||
app.MainLoop()
|
||||
Reference in New Issue
Block a user