L-Super/QClipboard

Unable to move window on Ubuntu

Opened this issue · 0 comments

When I try to move the window, application will trigger this fuction:

if (QEvent::WindowDeactivate == event->type())
{
    hide();
    return true;
}

Platform:Ubuntu 20.04.6 LTS