Skip to content

Commit ab7f77a

Browse files
committed
[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-g 1f619b2 and then improved already by 0.4.12-dev-956-g 0197c4f The tweaking got ack of Jim Tabor. Test results: https://reactos.org/testman/compare.php?ids=68026,68029 cherry-picked from 0.4.13-dev-397-g 3cc50ce
1 parent 4c1b17e commit ab7f77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32ss/user/ntuser/winpos.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ co_WinPosGetMinMaxInfo(PWND Window, POINT* MaxSize, POINT* MaxPos,
960960

961961
// Handle special case while maximized. CORE-15893
962962
if ((adjustedStyle & WS_THICKFRAME) && !(adjustedStyle & WS_CHILD) && !(adjustedStyle & WS_MINIMIZE))
963-
adjust += 2;
963+
adjust += 1;
964964

965965
xinc = yinc = adjust;
966966

0 commit comments

Comments
 (0)