diff options
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); } } |
