Changeset 283:f74723804640


Ignore:
Timestamp:
07/07/12 13:59:13 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fixed the handling of the Esc key

File:
1 edited

Legend:

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

    r282 r283  
    291291            dialog.hide()
    292292
    293             if result==RESPONSETYPE_NO:
     293            if result!=RESPONSETYPE_YES:
    294294                newAltitude = None
    295295               
Note: See TracChangeset for help on using the changeset viewer.