Commit 2df541ad authored by sstucker's avatar sstucker
Browse files

removed old EnableDisable call

parent 29b77848
Loading
Loading
Loading
Loading

MainGUI/MainGUI.asv

deleted100644 → 0
+0 −1484

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ maingui.version = V;
maingui.childguis = ChildGuiClass().empty();

% Disable and reset all window gui objects
MainGUI_EnableDisableGUI(handles,'off');
MainGUI_EnableDisableGUI('off');
MainGUI_Init(handles, {'zbuffer'});

maingui.childguis(1) = ChildGuiClass('ProcStreamEditGUI');
@@ -147,7 +147,7 @@ end
InitGuiControls(handles);

% If data set has no errors enable window gui objects
MainGUI_EnableDisableGUI(handles,'on');
MainGUI_EnableDisableGUI('on');

% Display data from currently selected processing element
DisplayGroupTree(handles);