-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
LabDataGUI crashed on opening with error.
Cannot define property 'Enable' in class 'uiextras.BoxPanel' because the property has already been defined in the superclass
'matlab.ui.container.Panel'.
Error in LabDataGUI/buildUIComponents (line 126)
obj.handles.L_cellTypesPanel = uiextras.BoxPanel('Parent', L_mainGrid, ...
Error in LabDataGUI (line 94)
obj.buildUIComponents();
Need to edit uiextras.BoxPanel, comment out Enable in properties, as well as get.Enable and set.Enable functions.
Metadata
Metadata
Assignees
Labels
No labels