Ignore:
Timestamp:
04/14/12 09:03:10 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The simulator time is displayed in the status bar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/gui.py

    r78 r80  
    218218        """Update the data."""
    219219        gobject.idle_add(self._monitorWindow.setData, state)
     220        gobject.idle_add(self._statusbar.updateTime, state.timestamp)
    220221
    221222    def resetFlightStatus(self):
    222223        """Reset the status of the flight."""
    223224        self._statusbar.resetFlightStatus()
     225        self._statusbar.updateTime()
    224226        self._statusIcon.resetFlightStatus()
    225227
Note: See TracChangeset for help on using the changeset viewer.