Ignore:
Timestamp:
Sep 14, 2006, 11:31:42 PM (19 years ago)
Author:
dmik
Message:

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

File:
1 edited

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
Note: See TracChangeset for help on using the changeset viewer.