lpcmanager
Clone
Summary
Browse
Changes
Graph
Fixed misuse of GridCellEditor that was leading to crash on windows.
som6
2021-03-29, Edouard Tisserant
db004cb7d60e
Fixed misuse of GridCellEditor that was leading to crash on windows.
from __future__ import absolute_import
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor