diff -r 94ffe74e6895 -r dea107dce0c4 editors/ConfTreeNodeEditor.py --- a/editors/ConfTreeNodeEditor.py Mon Aug 14 21:20:32 2017 +0300 +++ b/editors/ConfTreeNodeEditor.py Mon Aug 14 21:31:01 2017 +0300 @@ -319,7 +319,7 @@ return fn button.Bind(wx.EVT_ENTER_WINDOW, setFontStyle(button, mouseover_bt_font)) button.Bind(wx.EVT_LEAVE_WINDOW, setFontStyle(button, normal_bt_font)) - #hack to force size to mini + # hack to force size to mini if not confnode_method.get("enabled",True): button.Disable() msizer.AddWindow(button, flag=wx.ALIGN_CENTER)