Newer
Older
leprob001
committed
function [] = updateMenuButtons()
%ENABLEMENUBUTTONS Summary of this function goes here
% Detailed explanation goes here
global artoaGui artoaDataInput;
%% Update menu buttons
if isfield(artoaDataInput, 'rfb') && ~islogical(artoaDataInput.rfb)
artoaGui.main.menus.edit.Enable = 'on';
leprob001
committed
else
artoaGui.main.menus.edit.Enable = 'off';