Skip to content
Snippets Groups Projects

qt: polish qt widgets before setting transient parent

Files
2
@@ -41,7 +41,6 @@ public:
assert(p_intf);
if (isWindow())
{
ensurePolished();
QVLCDialog::setWindowTransientParent(this, nullptr, p_intf);
}
}
Loading