mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +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-g1f619b2781and then improved already by 0.4.12-dev-956-g0197c4f875The tweaking got ack of Jim Tabor. Test results: https://reactos.org/testman/compare.php?ids=68026,68029
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user