Merge pull request #955 from mesalu/fix_954

Fix 954
(cherry picked from commit 848b43b96d)
This commit is contained in:
Robin Dunn
2018-08-07 19:34:36 -07:00
parent 482af90962
commit 4cb781e410
5 changed files with 21 additions and 1 deletions

View File

@@ -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')