[Libreoffice-commits] core.git: sc/source

Katarina Behrens Katarina.Behrens at cib.de
Wed Feb 7 15:45:24 UTC 2018


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

New commits:
commit e7c0684216f5d6ba01a30099829b9248756b5b62
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date:   Wed Feb 7 10:07:42 2018 +0100

    tdf#115040: selected condition is now Tab-reachable
    
    this also prevents Tab focus from jumping out of the condition
    list unexpectedly
    
    Change-Id: I03247e49eee3bd6ee34a758e01578e821f7f9742
    Reviewed-on: https://gerrit.libreoffice.org/49343
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index 230deaa5df6a..48e77718a9c0 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -39,7 +39,7 @@
 #include <set>
 
 ScCondFrmtEntry::ScCondFrmtEntry(vcl::Window* pParent, ScDocument* pDoc, const ScAddress& rPos)
-    : VclContainer(pParent, WB_CLIPCHILDREN | WB_BORDER)
+    : VclContainer(pParent, WB_CLIPCHILDREN | WB_BORDER | WB_CHILDDLGCTRL)
     , mbActive(false)
     , maStrCondition(ScResId(SCSTR_CONDITION))
     , mpDoc(pDoc)


More information about the Libreoffice-commits mailing list