Commit fe711b22 authored by Ulrich Czekalla's avatar Ulrich Czekalla Committed by Alexandre Julliard

Bottom of button should be rbox.top + checkBoxHeight.

parent 65e48234
......@@ -872,7 +872,7 @@ static void CB_Paint( HWND hwnd, HDC hDC, UINT action )
rbox.bottom = rbox.top + checkBoxHeight;
} else {
rbox.top -= -delta/2 + 1;
rbox.bottom += rbox.top + checkBoxHeight;
rbox.bottom = rbox.top + checkBoxHeight;
}
} else if (style & BS_BOTTOM) {
if (delta > 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment