fixed dragging user info popup on windows

This commit is contained in:
fourtf 2018-06-22 12:44:10 +02:00
parent 440a3c41fe
commit dfdeef297e

View file

@ -28,7 +28,9 @@ UserInfoPopup::UserInfoPopup()
{
this->setStayInScreenRect(true);
#ifdef Q_OS_LINUX
this->setWindowFlag(Qt::Popup);
#endif
auto app = getApp();