diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-14 16:02:05 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-14 16:02:05 +0200 |
| commit | 0948993ec9e08e170d1d22f2c7176b00bd987103 (patch) | |
| tree | 1f707d95bfbbef467dbce2ecc0b3e9c034c9cd4c /alf/alflayout.cpp | |
| parent | 29393896e21cab201646352cce017992cf0b2ddb (diff) | |
Make notebook bg gradient work. Anti-flicker work throughout the codebase.
Diffstat (limited to 'alf/alflayout.cpp')
| -rw-r--r-- | alf/alflayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alflayout.cpp b/alf/alflayout.cpp index 5e79443..9c4b8f1 100644 --- a/alf/alflayout.cpp +++ b/alf/alflayout.cpp @@ -240,7 +240,7 @@ ALF_Layout_Apply(ALFLayout* layout, HWND window) hdwp = DeferWindowPos(hdwp, c->hwnd, 0, r.left, r.top, r.right - r.left, r.bottom - r.top, - SWP_NOACTIVATE | SWP_NOZORDER); + SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOCOPYBITS); } } |
