Fix for the new editor button widget on Windows.

Mon, 09 Jan 2017 18:13:40 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 09 Jan 2017 18:13:40 +0100
changeset 5408
b67e07566aa1
parent 5407
f833f89571b8
child 5409
c6f4a6f0d051

Fix for the new editor button widget on Windows.

QScintilla/EditorAssembly.py file | annotate | diff | comparison | revisions
--- 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