mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
9aa58f9986
commit
b7039ba891
@ -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
|
||||
|
@ -62,6 +62,8 @@ void GViewBase::show()
|
||||
build();
|
||||
}
|
||||
|
||||
update();
|
||||
|
||||
if (dialog().controller().exitEarly())
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user