Desktop: Fix resize helper window Z-order and attach to parent console on Windows (#3572)

* Desktop: Fix helper window zorder on Windows

* Attach to parent console if launched from a terminal

* Workaround for a Windows-specific exception that occurs when `app` is dropped
This commit is contained in:
Timon
2026-01-05 23:02:41 +00:00
committed by GitHub
parent fafc687d84
commit bd1f7eefdb
4 changed files with 25 additions and 9 deletions
+1
View File
@@ -55,6 +55,7 @@ windows = { version = "0.58.0", features = [
"Win32_Graphics_Gdi",
"Win32_System_LibraryLoader",
"Win32_System_Com",
"Win32_System_Console",
"Win32_UI_Controls",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_HiDpi",