[BUG_FIXED] Fix the bug of scrolling to eof feature for the current document.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@151 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
3453ff8ee8
commit
79db2731cc
|
@ -4492,6 +4492,10 @@ void Notepad_plus::checkModifiedDocument()
|
|||
if (vi.currentIndex == i)
|
||||
{
|
||||
vi.toBeActivated = true;
|
||||
if (j == 0) // 0 == current view
|
||||
{
|
||||
_activeAppInf._isActivated = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (doReloadOrNot(docBuf.getFileName()) == IDYES)
|
||||
|
|
Loading…
Reference in New Issue