Changeset 533 for trunk/src/set_object.m
- Timestamp:
- Aug 31, 2012, 11:44:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_object.m
r511 r533 213 213 if ~isempty(hseries) 214 214 hhseries=guidata(hseries); 215 set(hhseries. GetObject,'Value',0)216 set(hhseries. GetObject,'BackgroundColor',[0 1 0])%put unactivated buttons to green215 set(hhseries.CheckObject,'Value',0) 216 set(hhseries.CheckObject,'BackgroundColor',[0 1 0])%put unactivated buttons to green 217 217 end 218 218
Note: See TracChangeset
for help on using the changeset viewer.