Changeset 45


Ignore:
Timestamp:
06/07/10 15:22:16 (14 years ago)
Author:
pinwc4
Message:

Fixed a bug with the default values when the app first launches that sets byte one of the header incorrectly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/mainWindow.rbfrm

    r44 r45  
    448448      TabPanelIndex   =   0 
    449449      Top             =   0 
    450       Value           =   1 
     450      Value           =   0 
    451451      Visible         =   True 
    452452      Width           =   560 
     
    27582758                  //Set the default car type 
    27592759                  ICSSerialPort1.setCarType("MR-03") 
     2760                  ICSSerialPort1.setDefaultValues 
     2761                  disableControls 
    27602762                   
    27612763                  readPreferences() 
Note: See TracChangeset for help on using the changeset viewer.