Ignore:
Timestamp:
Sep 22, 2006, 1:05:38 AM (19 years ago)
Author:
dmik
Message:

Psi: Fixed "bring to front" functionality:

  • Roster window took the keyboard focus if the "Raise Roster Window On New Event" was set.
  • [Win32] bringToFront() didn't actually put the window on top of the active window (as on all other platforms).
File:
1 edited

Legend:

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

    r55 r64  
    19511951#ifdef Q_WS_WIN
    19521952        w->raise();
    1953         if (grabFocus)
     1953        if (grabFocus)
    19541954                w->setActiveWindow();
     1955
     1956
     1957
     1958
     1959
     1960
     1961
     1962
     1963
     1964
     1965
     1966
    19551967#else
    19561968        if(grabFocus)
Note: See TracChangeset for help on using the changeset viewer.