Ignore:
Timestamp:
Nov 21, 2011, 11:12:06 AM (12 years ago)
Author:
sommeria
Message:

GUI civ patch2 corrected (SmoothingParam?).
uvmatand view_field updated with panels.
read_plot_param removed (replaced by the mostgeneral read_GUI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r251 r292  
    3636end
    3737hhcurrentfig=guidata(currentfig);
    38 test_zoom=get(hhcurrentfig.zoom,'Value');%test for zoom activated on the current figure
     38test_zoom=get(hhcurrentfig.CheckZoom,'Value');%test for zoom activated on the current figure
    3939test_draw=0;%test for mouse drawing of object, =0 by default
    4040test_object=0; %test for object editing or creation
     
    279279    end
    280280end
    281 set(handles.text_display_1,'String',text_displ_1);
    282 set(handles.text_display_2,'String',text_displ_2);
    283 set(handles.text_display_3,'String',text_displ_3);
    284 set(handles.text_display_4,'String',text_displ_4);
     281if ~isempty(text_displ_1)
     282set(handles.text_display,'String',[{text_displ_1};{text_displ_2};{text_displ_3};{text_displ_4}])
     283else
     284   set(handles.text_display,'String',get(handles.text_display,'UserData'))
     285end
     286% set(handles.text_display_1,'String',text_displ_1);
     287% set(handles.text_display_2,'String',text_displ_2);
     288% set(handles.text_display_3,'String',text_displ_3);
     289% set(handles.text_display_4,'String',text_displ_4);
    285290
    286291%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.