https://bugs.kde.org/show_bug.cgi?id=343941

Christoph Cullmann <christ...@cullmann.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |master
            Product|frameworks-kwidgetsaddons   |kwin
          Component|general                     |general
           Assignee|cf...@kde.org               |kwin-bugs-n...@kde.org

--- Comment #7 from Christoph Cullmann <christ...@cullmann.io> ---
That just does

void KToggleFullScreenAction::setFullScreen(QWidget *window, bool set)
{
    if (set) {
        window->setWindowState(window->windowState() | Qt::WindowFullScreen);
    } else {
        window->setWindowState(window->windowState() & ~Qt::WindowFullScreen);
    }
}

If the animation that happens them is wanted seems to be a KWin feature or bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to