sc/source/ui/condformat/condformatdlgentry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e7c0684216f5d6ba01a30099829b9248756b5b62 Author: Katarina Behrens <katarina.behr...@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 <c...@libreoffice.org> Reviewed-by: Katarina Behrens <katarina.behr...@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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits