From d912b7085494fbcfc2a33f0c9d8d7c120dff6da3 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sun, 15 Feb 2015 00:50:38 +0100 Subject: [PATCH] Fix bug #9392: Matrix widget keyboard navigation broken --- src/frontends/qt4/ui/MathMatrixUi.ui | 3 ++- status.21x | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/frontends/qt4/ui/MathMatrixUi.ui b/src/frontends/qt4/ui/MathMatrixUi.ui index 0ff1a0a694..9666160f50 100644 --- a/src/frontends/qt4/ui/MathMatrixUi.ui +++ b/src/frontends/qt4/ui/MathMatrixUi.ui @@ -219,7 +219,7 @@ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - valignCO + decorationCO @@ -287,6 +287,7 @@ columnsSB valignCO halignED + decorationCO okPB closePB diff --git a/status.21x b/status.21x index 8470f2ecbf..657ca4dc4e 100644 --- a/status.21x +++ b/status.21x @@ -85,6 +85,8 @@ What's new - Do not display unwanted curly brackets in multi-line formulas (happened if the first character in a row was a '[') (bug 8679). +- Fix keyboard navigation in the math matrix panel (bug 9392). + * INTERNALS -- 2.39.5