Show
Ignore:
Timestamp:
09/14/06 23:31:42 (2 years ago)
Author:
dmik
Message:

Psi: Improved: Pressing ESC in a chat or a group chat window minimizes it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • psi/trunk/src/mainwin.cpp

    r19 r49  
    868868 
    869869        bool closekey = false; 
    870         if(e->key() == Key_Escape) 
     870        if(e->key() == Key_Escape && e->state() == 0) 
    871871                closekey = true; 
    872872#ifdef Q_WS_MAC