better 'textedit' support :)

svn path=/trunk/kdebase/kwin/; revision=60284
This commit is contained in:
Matthias Ettrich 2000-08-09 09:00:13 +00:00
parent 84ccbf94f7
commit 5d85790c91

View file

@ -2257,7 +2257,7 @@ NET::WindowType Client::windowType() const
bool Client::wantsTabFocus() const
{
return windowType() == NET::Normal && input;
return windowType() == NET::Normal && ( input || Ptakefocus );
}
/*!