Skip to content

Commit

Permalink
Fix cloned document position not remembered though sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Jan 8, 2024
1 parent 6f5f246 commit eb0922c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PowerEditor/src/NppIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2284,6 +2284,7 @@ bool Notepad_plus::loadSession(Session & session, bool isSnapshotMode, const wch
if (clonedBuf != BUFFER_INVALID)
{
loadBufferIntoView(clonedBuf, SUB_VIEW);
lastOpened = clonedBuf;
}
else
{
Expand Down

0 comments on commit eb0922c

Please sign in to comment.