forked from github_mirror/framelesshelper
parent
bb8d174c56
commit
b9cb70b3ac
|
@ -220,6 +220,7 @@ void FramelessHelperWin::removeWindow(QWindow *window)
|
||||||
g_helper()->mutex.unlock();
|
g_helper()->mutex.unlock();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
g_helper()->acceptableWinIds.removeAll(winId);
|
||||||
g_helper()->mutex.unlock();
|
g_helper()->mutex.unlock();
|
||||||
if (!uninstallWindowHook(winId)) {
|
if (!uninstallWindowHook(winId)) {
|
||||||
qWarning() << "Failed to un-hook the window proc function.";
|
qWarning() << "Failed to un-hook the window proc function.";
|
||||||
|
|
Loading…
Reference in New Issue