mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-13 00:44:44 +02:00
[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…
x
Reference in New Issue
Block a user