Ignore:
Timestamp:
03/01/15 18:22:09 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The finish page also checks for the presence of all explanations (re #248)

File:
1 edited

Legend:

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

    r592 r605  
    32733273                     self._gate.get_active()>=0) and \
    32743274                    (not self._tooBigTimeDifference or
    3275                      gui.hasComments or gui.hasDelayCode)
     3275                     gui.hasComments or gui.hasDelayCode) and \
     3276                    gui.faultsFullyExplained
    32763277
    32773278        wasSensitive = self._saveButton.get_sensitive()
     
    40214022        self._finishPage.updateButtons()
    40224023
     4024    def faultExplanationsChanged(self):
     4025        """Called when the faults and their explanations have changed."""
     4026        self._finishPage.updateButtons()
     4027
    40234028    def rtoToggled(self, indicated):
    40244029        """Called when the RTO indication has changed."""
Note: See TracChangeset for help on using the changeset viewer.