better 'textedit' support :)
svn path=/trunk/kdebase/kwin/; revision=60284
This commit is contained in:
parent
84ccbf94f7
commit
5d85790c91
1 changed files with 1 additions and 1 deletions
|
@ -2257,7 +2257,7 @@ NET::WindowType Client::windowType() const
|
|||
|
||||
bool Client::wantsTabFocus() const
|
||||
{
|
||||
return windowType() == NET::Normal && input;
|
||||
return windowType() == NET::Normal && ( input || Ptakefocus );
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue