Compare commits

..

No commits in common. "0b7358af41e83cf2101ce993a1fc4ebbbaa61e2a" and "f6cc83123b41110123c2fc58b067796d10da134b" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -225,10 +225,6 @@ void FluFramelessHelper::componentComplete(){
}
void FluFramelessHelper::_onScreenChanged(){
#ifdef Q_OS_WIN
HWND hwnd = reinterpret_cast<HWND>(_window->winId());
SetWindowPos(hwnd,nullptr,0,0,0,0,SWP_NOZORDER | SWP_NOOWNERZORDER | SWP_NOMOVE | SWP_NOSIZE |SWP_FRAMECHANGED);
#endif
_window->update();
QGuiApplication::processEvents();
}