Ignore:
Timestamp:
05/10/17 17:41:17 (7 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The values are checked and the OK button is updated accordingly (re #307)

File:
1 edited

Legend:

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

    r837 r846  
    326326        else:
    327327            return 0
     328
     329    @property
     330    def minutes(self):
     331        """Get the time in minutes, i.e. hour*60+minute."""
     332        return self.hour * 60 + self.minute
    328333
    329334    def setTimestamp(self, timestamp):
Note: See TracChangeset for help on using the changeset viewer.