revert removal of update() from show() - I misunderstood.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13248 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Spray 2006-02-17 00:46:25 +00:00
parent 9aa58f9986
commit b7039ba891
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
2006-02-16 John Spray <spray@lyx.org>
* GCitation.C: Add selected keys to the list, even if they're
in the list of bibkeys.
* GViewBase.C: Put update() back into show(), it was still
needed by some dialogs. More investigation needed.
2006-02-14 John Spray <spray@lyx.org>
* GPainter.[Ch], xftFontMetrics.C: Remove broken multibyte

View File

@ -62,6 +62,8 @@ void GViewBase::show()
build();
}
update();
if (dialog().controller().exitEarly())
return;