Kaydet (Commit) 5b47653c authored tarafından Ivan Timofeev's avatar Ivan Timofeev

fdo#43714: for a checkmark use the same rect as for its background

Change-Id: Ib8833477eb20b658dde1ea2a78cb0bee0c24241a
üst 4f1ba048
......@@ -1087,6 +1087,7 @@ sal_Bool ImplDrawNativeControl( HDC hDC, HTHEME hTheme, RECT rc,
aBGRect.right = rMVal.getNumericVal();
aBGRect.left = rMVal.maItemRect.Left();
}
rc = aBGRect;
}
iState = (nState & CTRL_STATE_ENABLED) ? MCB_NORMAL : MCB_DISABLED;
ImplDrawTheme( hTheme, hDC, MENU_POPUPCHECKBACKGROUND, iState, aBGRect, aCaption );
......
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