mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-22 03:37:06 +01:00
SetModal is gone
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,10 +45,6 @@ def run():
|
||||
c.find('DoOK').ignore()
|
||||
c.find('GetToolBar').ignore()
|
||||
|
||||
# The docs tell us to just use ShowModal instead, not sure why they
|
||||
# doc this method then...
|
||||
c.find('SetModal').ignore()
|
||||
|
||||
# Release the GIL for potentially blocking or long-running functions
|
||||
c.find('ShowModal').releaseGIL()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user