sc/source/ui/app/inputwin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2c95e7186e053ed5f2e7d8388fbe087fa60636c2
Author:     Rashesh <rashesh.pa...@collabora.com>
AuthorDate: Thu Dec 19 14:03:52 2024 +0530
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Thu Dec 19 10:40:49 2024 +0100

    sc: fix: can't switch focus from font menu back to edit window
    
    - Steps to reproduce:
    1. Open Calc
    2. Put the cursor in the font selection field, and type
    3. Try to move the cursor back to the sheet and to type
    
    Change-Id: I596e5380d38f761a310c2a363389b0b03a0e94ae
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178787
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 393defc918b3..7379cc0a9695 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -2253,7 +2253,7 @@ void ScTextWnd::TextGrabFocus()
 
 // Position window
 ScPosWnd::ScPosWnd(vcl::Window* pParent, ScTabViewShell* pViewShell)
-    : InterimItemWindow(pParent, "modules/scalc/ui/posbox.ui", "PosBox", false,
+    : InterimItemWindow(pParent, "modules/scalc/ui/posbox.ui", "PosBox", true,
                         reinterpret_cast<sal_uInt64>(pViewShell))
     , m_xWidget(m_xBuilder->weld_combo_box("pos_window"))
     , m_nAsyncGetFocusId(nullptr)

Reply via email to