Unable to move window on Ubuntu
Opened this issue · 0 comments
L-Super commented
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