ws changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6588 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2003-03-26 15:55:52 +00:00
parent 5065161f37
commit bd950a4c4e
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ src/frontends/controllers/helper_funcs.C
src/frontends/gnome/GLog.C
src/frontends/LyXView.C
src/frontends/qt2/Alert_pimpl.C
src/frontends/qt2/Dialogs3.C
src/frontends/qt2/Dialogs.C
src/frontends/qt2/FileDialog.C
src/frontends/qt2/lengthcombo.C
src/frontends/qt2/QAbout.C
@ -79,7 +79,7 @@ src/frontends/qt2/QWrap.C
src/frontends/xforms/Alert_pimpl.C
src/frontends/xforms/ColorHandler.C
src/frontends/xforms/combox.C
src/frontends/xforms/Dialogs3.C
src/frontends/xforms/Dialogs.C
src/frontends/xforms/FileDialog.C
src/frontends/xforms/FormAboutlyx.C
src/frontends/xforms/FormBase.C

View File

@ -380,7 +380,7 @@ void BufferView::Pimpl::scrollDocView(int value)
else if (vbt->cursor.y() > last)
vbt->setCursorFromCoordinates(0, last);
owner_->updateLayoutChoice();
owner_->updateLayoutChoice();
}

View File

@ -1583,7 +1583,7 @@ exit_with_message:
if (view()->available()) {
view()->fitCursor();
// If we executed a mutating lfun, mark the buffer as dirty
if (!lyxaction.funcHasFlag(ev.action, LyXAction::NoBuffer)
&& !lyxaction.funcHasFlag(ev.action, LyXAction::ReadOnly))