mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
update if fitCursor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7652 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a52418b360
commit
3355993a43
@ -1,3 +1,8 @@
|
||||
2003-09-03 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* lyxfunc.C (dispatch): if fitCursor did something be sure to
|
||||
update
|
||||
|
||||
2003-09-03 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* BranchList.C: point fix, earlier forgotten
|
||||
|
@ -1631,7 +1631,11 @@ exit_with_message:
|
||||
view()->owner()->updateLayoutChoice();
|
||||
|
||||
if (view()->available()) {
|
||||
view()->fitCursor();
|
||||
if (view()->fitCursor()) {
|
||||
lyxerr << "LyXFunc->fitCursor->update" << endl;
|
||||
|
||||
view()->update();
|
||||
}
|
||||
|
||||
// If we executed a mutating lfun, mark the buffer as dirty
|
||||
if (!getStatus(ev).disabled()
|
||||
|
Loading…
Reference in New Issue
Block a user