mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35653 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aa473bb568
commit
ee7dd4a11e
@ -1091,7 +1091,7 @@ void GuiApplication::dispatch(FuncRequest const & cmd)
|
||||
|
||||
DispatchResult dr;
|
||||
// redraw the screen at the end (first of the two drawing steps).
|
||||
//This is done unless explicitly requested otherwise
|
||||
// This is done unless explicitly requested otherwise
|
||||
dr.screenUpdate(Update::FitCursor);
|
||||
dispatch(cmd, dr);
|
||||
|
||||
|
@ -166,8 +166,8 @@ bool GuiErrorList::goTo(int item)
|
||||
DocIterator dit = buf_->getParFromID(err.par_id);
|
||||
|
||||
if (dit == doc_iterator_end(buf_)) {
|
||||
// FIXME: Happens when loading a read-only doc with
|
||||
// unknown layout. Should this be the case?
|
||||
// FIXME: Happens when loading a read-only doc with
|
||||
// unknown layout. Should this be the case?
|
||||
LYXERR0("par id " << err.par_id << " not found");
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user