mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-07 16:31:00 +00:00
Added a comment for the leak fix
This commit is contained in:
parent
caf90c427a
commit
e69a54832c
@ -772,7 +772,7 @@ void FrameDrawDiskStatus( HDC passdc )
|
||||
if (g_nAppMode == MODE_LOGO)
|
||||
return;
|
||||
|
||||
if (g_windowMinimized)
|
||||
if (g_windowMinimized) // Prevent DC leaks when app window is minimised (GH#820)
|
||||
return;
|
||||
|
||||
// We use the actual drive since probing from memory doesn't tell us anything we don't already know.
|
||||
|
Loading…
x
Reference in New Issue
Block a user