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

--- Comment #5 from Julien Nabet <serval2...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to