Skip to content

Commit

Permalink
Merge branch 'master' into topic-update-nosync
Browse files Browse the repository at this point in the history
  • Loading branch information
FeiWang1119 authored Dec 4, 2024
2 parents 3d0bacb + 117574e commit a2402de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xcb/dnotitlebarwindowhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ DNoTitlebarWindowHelper::~DNoTitlebarWindowHelper()
{
g_pressPoint.remove(this);

if (VtableHook::hasVtable(m_window)) {
VtableHook::resetVtable(m_window);
}

mapped.remove(qobject_cast<QWindow*>(parent()));

if (m_window->handle()) { // 当本地窗口还存在时,移除设置过的窗口属性
Expand Down

0 comments on commit a2402de

Please sign in to comment.