Compare commits
No commits in common. "0b7358af41e83cf2101ce993a1fc4ebbbaa61e2a" and "f6cc83123b41110123c2fc58b067796d10da134b" have entirely different histories.
0b7358af41
...
f6cc83123b
|
@ -225,10 +225,6 @@ void FluFramelessHelper::componentComplete(){
|
||||||
}
|
}
|
||||||
|
|
||||||
void FluFramelessHelper::_onScreenChanged(){
|
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();
|
_window->update();
|
||||||
QGuiApplication::processEvents();
|
QGuiApplication::processEvents();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue