summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-26 14:52:49 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-07-26 16:27:04 +0000
commit70f9d122ecfc24aed528881c9ec734f9d3bcbfb3 (patch)
treeb835b3d0c8dc657a65b59c61874b57f186531e21 /svx
parentea82c62a3968181507581724000045d33c216e0d (diff)
Resolves: fdo#67344 wrong relative menu position
Change-Id: I4a0cc610cc3c6a9c4164a69d40a9b0230aa702a4 (cherry picked from commit b11d022aeba5f981a9a3e4d8322ca5797f16944a) Reviewed-on: https://gerrit.libreoffice.org/5123 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/tools/Popup.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/tools/Popup.cxx b/svx/source/sidebar/tools/Popup.cxx
index 8678eb6f54ed..36efa1b952dd 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);