Changeset 460 for trunk/src/uvmat.m
- Timestamp:
- Jun 20, 2012, 12:01:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r456 r460 228 228 229 229 %% set functions for the mouse and keyboard 230 % set(handles.histo_u,'NextPlot','replacechildren');231 % set(handles.histo_v,'NextPlot','replacechildren');232 230 set(hObject,'KeyPressFcn',{'keyboard_callback',handles})%set keyboard action function 233 231 set(hObject,'WindowButtonMotionFcn',{'mouse_motion',handles})%set mouse action functio … … 237 235 238 236 %% refresh projection plane 239 % UvData.Object{1}.ProjMode='projection';%main plotting plane240 % UvData.Object{1}.DisplayHandle.uvmat=handles.axes3;241 % UvData.Object{1}.DisplayHandle.view_field=[];242 237 set(handles.ListObject,'Value',1)% default: empty projection objectproj_field 243 238 set(handles.ListObject,'String',{'plane'}) … … 306 301 Field=[]; 307 302 if exist('input','var') 308 % if ~isempty(errormsg)309 % msgbox_uvmat('WARNING',errormsg)310 % end311 303 if ishandle(handles.UVMAT_title) 312 304 delete(handles.UVMAT_title) … … 921 913 if ~exist(filexml,'file') 922 914 filexml=fullfile(RootPath,SubDir,[RootFile '.civ']); % very old convention: .civ file 923 if ~exist(filexml,'file')915 if exist(filexml,'file') 924 916 DocExt='.civ'; 925 917 else
Note: See TracChangeset
for help on using the changeset viewer.