mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-13 20:09:59 +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>
|
<string>TabWidget</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="basicTab">
|
<widget class="QWidget" name="basicTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user