We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db64642 commit fef840dCopy full SHA for fef840d
src/window/proxywindow.cpp
@@ -134,6 +134,7 @@ void ProxyWindowBase::ensureQWindow() {
134
135
if (useOldWindow) return;
136
delete this->window;
137
+ this->window = nullptr; // createQQuickWindow may indirectly reference this->window
138
this->window = this->createQQuickWindow();
139
this->window->setFormat(format);
140
}
0 commit comments