[Libreoffice-bugs] [Bug 129491] Option buttons have incorrect vertical alignment
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 19 14:22:48 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=129491
--- Comment #5 from Julien Nabet <serval2412 at yahoo.fr> ---
just for information with this, it's ok:
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 715752c146c4..64cc91f43576 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -1971,7 +1971,7 @@ void RadioButton::ImplDraw( OutputDevice* pDev, DrawFlags
nDrawFlags,
rMouseRect = tools::Rectangle(aPos, aSize);
rMouseRect.SetLeft(rPos.X());
- rMouseRect.SetTop(rPos.Y());
+ //rMouseRect.SetTop(rPos.Y());
rStateRect.SetLeft( rPos.X() );
rStateRect.SetTop( rMouseRect.Top() );
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191219/0dd6c3ca/attachment.htm>
More information about the Libreoffice-bugs
mailing list