Changeset 594 for trunk/src/mouse_down.m
- Timestamp:
- Mar 26, 2013, 9:56:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_down.m
r575 r594 384 384 if isequal(get(h_edit_append,'Value'),1) && ~isempty(haxes) 385 385 h_ListCoord=hh_geometry_calib.ListCoord; %findobj(h_geometry_calib,'Tag','ListCoord'); 386 coord_value=get(hhuvmat. transform_fct,'Value');% set uvmat to pixel coordinates, run it again if not386 coord_value=get(hhuvmat.TransformName,'Value');% set uvmat to pixel coordinates, run it again if not 387 387 if ~(isequal(coord_value,1)||isequal(coord_value,3)); %active only with no transform or px (no phys) 388 set(hhuvmat. transform_fct,'Value',1)389 uvmat(' transform_fct_Callback',hObject,eventdata,hhuvmat); %file input with xml reading in uvmat388 set(hhuvmat.TransformName,'Value',1) 389 uvmat('TransformName_Callback',hObject,eventdata,hhuvmat); %file input with xml reading in uvmat 390 390 set(hhuvmat.CheckFixedLimits,'Value',0)% put FixedLimits option to 'off' 391 391 set(hhuvmat.CheckFixedLimits,'BackgroundColor',[0.7 0.7 0.7])
Note: See TracChangeset
for help on using the changeset viewer.