mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
small fix to citation dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5901 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
258adafea7
commit
f4250078d9
@ -1,3 +1,7 @@
|
|||||||
|
2003-01-02 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||||
|
|
||||||
|
* QCitationDialog.C: update dialog correctly on search.
|
||||||
|
|
||||||
2002-12-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
2002-12-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* ui/QMathDialog.ui:
|
* ui/QMathDialog.ui:
|
||||||
|
@ -311,5 +311,5 @@ void QCitationDialog::doFind(biblio::Direction dir)
|
|||||||
int const top = max(found - 5, 1);
|
int const top = max(found - 5, 1);
|
||||||
bibLB->setTopItem(top);
|
bibLB->setTopItem(top);
|
||||||
bibLB->setSelected(found, true);
|
bibLB->setSelected(found, true);
|
||||||
slotBibHighlighted(0);
|
slotBibHighlighted(found);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user