From 03f98402f48507a56d68d1d3d4342e8387775df8 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Fri, 10 May 2013 16:20:14 +0200 Subject: [PATCH] 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. --- src/frontends/qt4/ui/FindAndReplaceUi.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/ui/FindAndReplaceUi.ui b/src/frontends/qt4/ui/FindAndReplaceUi.ui index 51a08ccc57..ecca12f7d2 100644 --- a/src/frontends/qt4/ui/FindAndReplaceUi.ui +++ b/src/frontends/qt4/ui/FindAndReplaceUi.ui @@ -20,7 +20,7 @@ TabWidget - 1 + 0