Ignore:
Timestamp:
04/11/2019 08:24:22 AM (7 years ago)
Author:
jdalbey
Message:

modify CADClient AssignedIncidents?.java to fix defect #142. Also fix minor typos in full_script_2016.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/cadclientgui/screens/AssignedIncidents.java

    r290 r361  
    139139                            // Fetch the unit's current status from server 
    140140                            UnitStatusEnums ustatus = ScreenManager.theCoordinator.getCadDataUnitStatus(unitname); 
     141                            // Ad-hoc incidents don't have a status so use WHITE 
     142                            comp.setForeground(Color.WHITE); 
    141143                            // Decide which color to use for displaying the status 
    142144                            switch (ustatus) 
Note: See TracChangeset for help on using the changeset viewer.