mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Handle ownership changes for wx.Log.SetFormatter
This commit is contained in:
@@ -83,6 +83,9 @@ def run():
|
||||
c.find('SetActiveTarget.logtarget').transfer = True
|
||||
c.find('SetThreadActiveTarget').transferBack = True
|
||||
c.find('SetThreadActiveTarget.logger').transfer = True
|
||||
c.find('SetFormatter').transferBack = True
|
||||
c.find('SetFormatter.formatter').transfer = True
|
||||
|
||||
|
||||
# we need to un-ignore these protected methods as they need to be overridable
|
||||
c.find('DoLogRecord').ignore(False)
|
||||
|
||||
Reference in New Issue
Block a user