mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 12:30:07 +01:00
Merge pull request #955 from mesalu/fix_954
Fix 954
(cherry picked from commit 848b43b96d)
This commit is contained in:
@@ -76,6 +76,8 @@ def run():
|
||||
c.find('SetListStyle.def').name = 'styleDef'
|
||||
c.find('ApplyStyle.def').name = 'styleDef'
|
||||
|
||||
tools.fixTextClipboardMethods(c)
|
||||
|
||||
c.addPyMethod('GetDefaultStyle', '(self)', 'return self.GetDefaultStyleEx()',
|
||||
deprecated='Use GetDefaultStyleEx instead')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user