mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[WIN32SS][NTUSER] Addendum to 0.4.12-dev-956-g0197c4f CORE-15893
Aims PixelPerfection for a regression that was introduced by 0.4.12-dev-954-g1f619b2781
and then improved already by 0.4.12-dev-956-g0197c4f875
The tweaking got ack of Jim Tabor. Test results: https://reactos.org/testman/compare.php?ids=68026,68029
This commit is contained in:
parent
651ba03c6d
commit
3cc50cedaf
1 changed files with 1 additions and 1 deletions
|
@ -960,7 +960,7 @@ co_WinPosGetMinMaxInfo(PWND Window, POINT* MaxSize, POINT* MaxPos,
|
|||
|
||||
// Handle special case while maximized. CORE-15893
|
||||
if ((adjustedStyle & WS_THICKFRAME) && !(adjustedStyle & WS_CHILD) && !(adjustedStyle & WS_MINIMIZE))
|
||||
adjust += 2;
|
||||
adjust += 1;
|
||||
|
||||
xinc = yinc = adjust;
|
||||
|
||||
|
|
Loading…
Reference in a new issue