Changeset 49 for psi/trunk/src/mainwin.cpp
- Timestamp:
- 09/14/06 23:31:42 (2 years ago)
- Files:
-
- 1 modified
-
psi/trunk/src/mainwin.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/src/mainwin.cpp
r19 r49 868 868 869 869 bool closekey = false; 870 if(e->key() == Key_Escape )870 if(e->key() == Key_Escape && e->state() == 0) 871 871 closekey = true; 872 872 #ifdef Q_WS_MAC
