mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
ws changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6588 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5065161f37
commit
bd950a4c4e
@ -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
|
||||
|
@ -380,7 +380,7 @@ void BufferView::Pimpl::scrollDocView(int value)
|
||||
else if (vbt->cursor.y() > last)
|
||||
vbt->setCursorFromCoordinates(0, last);
|
||||
|
||||
owner_->updateLayoutChoice();
|
||||
owner_->updateLayoutChoice();
|
||||
}
|
||||
|
||||
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user