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