diff --git a/client.cpp b/client.cpp index f77a272beb..667e215656 100644 --- a/client.cpp +++ b/client.cpp @@ -1518,7 +1518,7 @@ bool Client::isNormalWindow() const bool Client::isSpecialWindow() const { return isDesktop() || isDock() || isSplash() || isTopMenu() - || isOverride() // SELI is NET::Override special or not? + || ( isOverride() && !isFullScreen())// SELI is NET::Override special or not? || isToolbar(); // TODO }