mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 19:37:00 +08:00
tune
This commit is contained in:
@@ -298,7 +298,8 @@ static inline BOOL dc_IsVisible (PDC pdc)
|
||||
if (dc_IsMemDC(pdc)){
|
||||
if (!pdc->hwnd) return TRUE;
|
||||
}
|
||||
else return TRUE;
|
||||
else
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user