svx/source/sidebar/tools/Popup.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b11d022aeba5f981a9a3e4d8322ca5797f16944a
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jul 26 14:52:49 2013 +0100

    Resolves: fdo#67344 wrong relative menu position
    
    Change-Id: I4a0cc610cc3c6a9c4164a69d40a9b0230aa702a4

diff --git a/svx/source/sidebar/tools/Popup.cxx 
b/svx/source/sidebar/tools/Popup.cxx
index 8678eb6..36efa1b 100644
--- a/svx/source/sidebar/tools/Popup.cxx
+++ b/svx/source/sidebar/tools/Popup.cxx
@@ -67,7 +67,7 @@ void Popup::Show (ToolBox& rToolBox)
     {
         mpContainer->SetSizePixel(mpControl->GetOutputSizePixel());
 
-        const Point aPos 
(mpParent->OutputToScreenPixel(rToolBox.GetPosPixel()));
+        const Point aPos 
(rToolBox.GetParent()->OutputToScreenPixel(rToolBox.GetPosPixel()));
         const Size aSize (rToolBox.GetSizePixel());
         const Rectangle aRect (aPos, aSize);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to