https://bugs.documentfoundation.org/show_bug.cgi?id=129491

--- Comment #4 from Julien Nabet <[email protected]> ---
Since checkbox seems ok, let's compare a bit.
Radiobutton:
1972              rMouseRect = tools::Rectangle(aPos, aSize);
1973              rMouseRect.SetLeft(rPos.X());
1974              rMouseRect.SetTop(rPos.Y());
1975  
1976              rStateRect.SetLeft( rPos.X() );
1977              rStateRect.SetTop( rMouseRect.Top() );
(see
https://opengrok.libreoffice.org/xref/core/vcl/source/control/button.cxx?r=80530986#1972)

Checkbox:
2995          rMouseRect          = tools::Rectangle( aPos, aSize );
2996          rMouseRect.SetLeft( rPos.X() );
2997          rStateRect.SetLeft( rPos.X() );
2998          rStateRect.SetTop( rMouseRect.Top() );
(see
https://opengrok.libreoffice.org/xref/core/vcl/source/control/button.cxx?r=80530986#2995)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to