diff --git a/client.cpp b/client.cpp index f72110c00f..cbd2349873 100644 --- a/client.cpp +++ b/client.cpp @@ -2257,7 +2257,7 @@ NET::WindowType Client::windowType() const bool Client::wantsTabFocus() const { - return windowType() == NET::Normal && input; + return windowType() == NET::Normal && ( input || Ptakefocus ); } /*!