mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
Merge pull request #1406 from wxWidgets/add-useseventloop
Don't ignore UsesEventLoop
(cherry picked from commit e2eb035b23)
This commit is contained in:
@@ -55,7 +55,6 @@ def run():
|
||||
c.find('OnInitCmdLine').ignore()
|
||||
|
||||
c.find('HandleEvent').ignore()
|
||||
c.find('UsesEventLoop').ignore()
|
||||
|
||||
# We will use OnAssertFailure, but I don't think we should let it be
|
||||
# overridden in Python.
|
||||
|
||||
Reference in New Issue
Block a user