beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in wxGlade extension when compiling and starting project with no hmi defined
2013-06-13, Laurent Bessard
02a710c7b5ed
Fixed bug in wxGlade extension when compiling and starting project with no hmi defined
try:
from DebugVariableGraphicPanel import DebugVariableGraphicPanel as DebugVariablePanel
except:
from DebugVariableTablePanel import DebugVariableTablePanel as DebugVariablePanel