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.
2 parents 0b0eaa7 + 9a8094f commit 88df4caCopy full SHA for 88df4ca
cegui/src/GUIContext.cpp
@@ -426,6 +426,9 @@ void GUIContext::onWindowDetached(Window* window)
426
d_oldCaptureWindow = nullptr;
427
428
releaseInputCapture(true, window);
429
+
430
+ if(d_clickTracker.firstWindow == window || d_clickTracker.lastWindow == window)
431
+ resetClickTracker();
432
}
433
434
//----------------------------------------------------------------------------//
0 commit comments