1.0.8.3: Restore WndProc at start of teardown so left-click works after disable
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -438,6 +438,9 @@ namespace HSUI
|
||||
{
|
||||
if (!disposing) return;
|
||||
|
||||
// Restore game window WndProc first so left-click works again immediately, even if teardown throws.
|
||||
InputsHelper.RestoreWndProcIfNeeded();
|
||||
|
||||
// Stop UI callbacks first so no Draw/OpenConfigUi runs during teardown
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user