QScintilla/EditorAssembly.py

changeset 5408
b67e07566aa1
parent 5394
b2c6179184f6
child 6048
82ad8ec9548c
diff -r f833f89571b8 -r b67e07566aa1 QScintilla/EditorAssembly.py
--- a/QScintilla/EditorAssembly.py	Sun Jan 08 18:52:16 2017 +0100
+++ b/QScintilla/EditorAssembly.py	Mon Jan 09 18:13:40 2017 +0100
@@ -45,7 +45,7 @@
         from .Editor import Editor
         
         self.__editor = Editor(dbs, fn, vm, filetype, editor, tv)
-        self.__buttonsWidget = EditorButtonsWidget(self.__editor)
+        self.__buttonsWidget = EditorButtonsWidget(self.__editor, self)
         self.__globalsCombo = QComboBox()
         self.__membersCombo = QComboBox()
         

eric ide

mercurial