vcl/source/window/dockwin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8b08a9927bc4ee66a9575c658934dd27f06be702
Author:     Darshan11 <darshan.upadh...@collabora.com>
AuthorDate: Fri Dec 1 18:49:32 2023 +0530
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Mon Dec 4 09:45:55 2023 +0100

    Fix posx and posy for Filter by color in autofilter jsDialog
    
    Change-Id: I2d4cd198197250495cc87eb1ee68407baf8e6a1a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160216
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/vcl/source/window/dockwin.cxx b/vcl/source/window/dockwin.cxx
index 74c18cca5159..dab053b3fba9 100644
--- a/vcl/source/window/dockwin.cxx
+++ b/vcl/source/window/dockwin.cxx
@@ -927,7 +927,7 @@ Point DockingWindow::GetFloatingPos() const
             pWrapper->mpFloatWin->GetWindowState( aData );
             Point aPos(aData.x(), aData.y());
             // LOK needs logic coordinates not absolute screen position for 
autofilter menu
-            if (!comphelper::LibreOfficeKit::isActive() || get_id() != 
"check_list_menu")
+            if (!comphelper::LibreOfficeKit::isActive())
                 aPos = 
pWrapper->mpFloatWin->GetParent()->ImplGetFrameWindow()->AbsoluteScreenToOutputPixel(
 aPos );
             return aPos;
         }

Reply via email to