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

--- Comment #8 from Leonardo Romor <leonardo.ro...@gmail.com> ---
I need your help, as I already said I'm new to qt, the last thing I understood
was the following
if I use the legacy xshapeToggleWindowState() everything works indeed
substituting
inside kwinAssistToggleWindowState(bool visible):

        if (visible)
        {
            sharedPreHideWindow();

            m_animationFrame = Settings::frames();

            connect(&m_animationTimer, SIGNAL(timeout()), this,
SLOT(xshapeRetractWindow()));
            m_animationTimer.start();

            // sharedPreHideWindow();
            //
            // hide();
            //
            // sharedAfterHideWindow();
        }

solve the issue. 

Slowing down the animation with 
data[2] = Settings::frames() * 100;
data[3] = Settings::frames() * 100;
I can see that using the legacy animation the cursor always blink when using
the shortcut to open the terminal. Using the X11 solution instead sometimes
change the cursor state to "unfocused".

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

Reply via email to