mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-28 04:08:12 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user