Anime Matrix hibernate wake-up tweaks

This commit is contained in:
Serge
2024-02-09 15:49:09 +01:00
parent 428b624ec6
commit 6bab2fc9cb
3 changed files with 5 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ namespace GHelper.UI
{
var parms = base.CreateParams;
parms.Style &= ~0x02000000; // Turn off WS_CLIPCHILDREN
parms.ClassStyle &= ~0x00020000;
return parms;
}
}