Diff for /np2/macosx/dialog/dialogutils.cpp between versions 1.2 and 1.3

version 1.2, 2003/11/06 18:27:59 version 1.3, 2003/11/13 20:00:15
Line 45  short changeTab(WindowRef window, UInt16 Line 45  short changeTab(WindowRef window, UInt16
     controlValue = GetControlValue( getControlRefByID(kTabMasterSig,kTabMasterID,window) );      controlValue = GetControlValue( getControlRefByID(kTabMasterSig,kTabMasterID,window) );
     if ( controlValue != pane )      if ( controlValue != pane )
     {      {
           ClearKeyboardFocus(window);
         SetControlVisibility( getControlRefByID(  kTabPaneSig,  kTabMasterID+pane, window), false, true );          SetControlVisibility( getControlRefByID(  kTabPaneSig,  kTabMasterID+pane, window), false, true );
         SetControlVisibility( getControlRefByID(  kTabPaneSig,  kTabMasterID+controlValue, window), true, true );              SetControlVisibility( getControlRefByID(  kTabPaneSig,  kTabMasterID+controlValue, window), true, true );    
   
         Draw1Control( getControlRefByID(kTabMasterSig,kTabMasterID,window) );                     Draw1Control( getControlRefByID(kTabMasterSig,kTabMasterID,window) );           
         return(controlValue);              return(controlValue);    
     }      }

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>