Changeset 1013:84d79c1cab91


Ignore:
Timestamp:
12/17/19 15:07:11 (4 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The unavailable types in the booking window are not checked (re #347)

File:
1 edited

Legend:

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

    r1012 r1013  
    655655        for (typeFamily, checkButton) in self._typeFamilyButtons.items():
    656656            checkButton.set_sensitive(typeFamily in typeFamilies)
     657            checkButton.set_active(typeFamily in typeFamilies)
    657658
    658659    def clear(self):
Note: See TracChangeset for help on using the changeset viewer.