diff options
| author | Adrien Tétar | 2015-10-17 13:16:24 +0200 | 
|---|---|---|
| committer | Adrien Tétar | 2015-10-17 13:19:43 +0200 | 
| commit | 816748b6d6b14b8b9f80fc904dc2654fd3e0f7c1 (patch) | |
| tree | 534aaf2468d2e712e9dc1a9a1637787818c6a9d5 /Lib/defconQt/scriptingWindow.py | |
| parent | 7cc2a144bdbb73b81ffcd4b8ac7fef8b94ee82b6 (diff) | |
| download | trufont-816748b6d6b14b8b9f80fc904dc2654fd3e0f7c1.tar.bz2 | |
glyphView: add startPoints support, consolidate notifications
Diffstat (limited to 'Lib/defconQt/scriptingWindow.py')
| -rw-r--r-- | Lib/defconQt/scriptingWindow.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Lib/defconQt/scriptingWindow.py b/Lib/defconQt/scriptingWindow.py index f48fd0a..38f70ab 100644 --- a/Lib/defconQt/scriptingWindow.py +++ b/Lib/defconQt/scriptingWindow.py @@ -31,6 +31,7 @@ class MainScriptingWindow(QMainWindow):              "AllFonts": app.allFonts,              "CurrentFont": app.currentFont,              "CurrentGlyph": app.currentGlyph, +            "rootHandle": self,          }          try:              code = compile(script, "<string>", "exec") | 
