Unverified Commit b27fce9c authored by stephen scott tucker's avatar stephen scott tucker Committed by GitHub
Browse files

Merge pull request #12 from sstucker/master

Fix uistack call in probe plot display
parents a0260163 e11dda5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ if isempty(maingui.axesSDG.handles.SD)
    end
    maingui.axesSDG.handles.SD = hSD;
else
    uistack(maingui.axesSDG.handles.SD,'top')
    uistack(nonzeros(maingui.axesSDG.handles.SD),'top')
end

% Turn off zoom but only for SDG axes