Browse Source

[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
remotes/patch_testing@481
Don Ho 17 years ago
parent
commit
68e86fa48b
  1. 4
      PowerEditor/src/Notepad_plus.cpp

4
PowerEditor/src/Notepad_plus.cpp

@ -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…
Cancel
Save