mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
Fix bug #9392: Matrix widget keyboard navigation broken
This commit is contained in:
parent
1be2b895d7
commit
d912b70854
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user