mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
Fix crash with FindAndReplaceUi
In commit bd9e8fecd
the currentIndex of the FindAndReplaceAdv Pane was
changed from 0 to 1. Since then LyX crashed when requesting the pane or
when changing LyX preferences.
This patch reverts this, although it is not clear why it would crash
otherwise. It is still committed like this, because LyX is unusable
without.
This commit is contained in:
parent
704328d348
commit
03f98402f4
@ -20,7 +20,7 @@
|
||||
<string>TabWidget</string>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="basicTab">
|
||||
<attribute name="title">
|
||||
|
Loading…
Reference in New Issue
Block a user