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

New commits:
commit 1ad7c71892cc0d6ea451ab4026dc82f54ed48f6f
Author:     Darshan11 <[email protected]>
AuthorDate: Fri Dec 1 18:49:32 2023 +0530
Commit:     Szymon Kłos <[email protected]>
CommitDate: Thu Dec 14 09:31:23 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 <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    (cherry picked from commit 8b08a9927bc4ee66a9575c658934dd27f06be702)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160698
    Tested-by: Jenkins

diff --git a/vcl/source/window/dockwin.cxx b/vcl/source/window/dockwin.cxx
index 3f8853877b08..2bced4d8047b 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 );
             AbsoluteScreenPixelPoint 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())
                 return 
pWrapper->mpFloatWin->GetParent()->ImplGetFrameWindow()->AbsoluteScreenToOutputPixel(
 aPos );
             return Point(aPos);
         }

Reply via email to