Mon, 09 Jan 2017 18:13:40 +0100
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()