mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix bug #9392: Matrix widget keyboard navigation broken
This commit is contained in:
parent
600a84471b
commit
e3960ffd0b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user