Ignore:
Timestamp:
09/25/16 07:08:29 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Multiple flights can be selected in a flight list (re #307).

File:
1 edited

Legend:

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

    r790 r823  
    101101
    102102    UPDATE_IF_VALID = gtk.UPDATE_IF_VALID
     103
     104    SELECTION_MULTIPLE = gtk.SELECTION_MULTIPLE
    103105
    104106    pixbuf_new_from_file = gdk.pixbuf_new_from_file
     
    177179
    178180    UPDATE_IF_VALID = gtk.SpinButtonUpdatePolicy.IF_VALID
     181
     182    SELECTION_MULTIPLE = gtk.SelectionMode.MULTIPLE
    179183
    180184    pixbuf_new_from_file = gdkPixbuf.Pixbuf.new_from_file
Note: See TracChangeset for help on using the changeset viewer.