Changeset 983:c8bdc51e9f79


Ignore:
Timestamp:
06/23/19 12:09:42 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

The cell data function of the flight percentage column in the accepted flights window expects the correct number of arguments (re #347).

File:
1 edited

Legend:

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

    r982 r983  
    628628                         extraColumnAttributes =
    629629                             { "alignment": 1.0 },
    630                          cellDataFn = lambda col, cell, model, iter:
     630                         cellDataFn = lambda col, cell, model, iter, data:
    631631                             cell.set_property("text",
    632632                                               "%.0f" %
Note: See TracChangeset for help on using the changeset viewer.