Ok, the unreasonable focus policies need a special comment after all.

svn path=/trunk/kdebase/kwin/; revision=304253
This commit is contained in:
Luboš Luňák 2004-04-16 15:31:56 +00:00
parent bf30a6995d
commit 2c1fd54015

View file

@ -143,6 +143,9 @@ KFocusConfig::KFocusConfig (bool _standAlone, KConfig *_config, QWidget * parent
" <li><em>Focus strictly under mouse:</em> Only the window under the mouse pointer is"
" active. If the mouse points nowhere, nothing has focus."
" </ul>"
"Note that 'Focus under mouse' and 'Focus strictly under mouse' prevent certain"
" features such as the Alt+Tab walk through windows dialog in the KDE mode"
" from working properly."
);
QWhatsThis::add( focusCombo, wtstr);
QWhatsThis::add(fLabel, wtstr);