mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix double-updating, thus fixing GChanges skipping first change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13240 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5943449516
commit
5d14da2001
@ -8,6 +8,8 @@
|
||||
I can copy and paste Schrödinger.
|
||||
* GMenubar.C, GToolbar.C, GPainter.C: dodgy text encoding
|
||||
conversions are marked with comments. grep for ENCODING.
|
||||
* GViewBase.C: no longer call update() in show(), fixes
|
||||
update getting called twice when opening dialog.
|
||||
|
||||
2006-02-13 John Spray <spray@lyx.org>
|
||||
* ghelpers.C: implement Gtk::IconTheme stuff for getting
|
||||
|
@ -61,7 +61,7 @@ void GViewBase::show()
|
||||
if (!window()) {
|
||||
build();
|
||||
}
|
||||
update();
|
||||
|
||||
if (dialog().controller().exitEarly())
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user