Fix bug #9392: Matrix widget keyboard navigation broken

This commit is contained in:
Enrico Forestieri 2015-02-15 00:50:38 +01:00
parent 1be2b895d7
commit d912b70854
2 changed files with 4 additions and 1 deletions

View File

@ -219,7 +219,7 @@
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>valignCO</cstring>
<cstring>decorationCO</cstring>
</property>
</widget>
</item>
@ -287,6 +287,7 @@
<tabstop>columnsSB</tabstop>
<tabstop>valignCO</tabstop>
<tabstop>halignED</tabstop>
<tabstop>decorationCO</tabstop>
<tabstop>okPB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>

View File

@ -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