Fix "Clear Change History" issue: cloned document markers are not cleared

Fix #13877
This commit is contained in:
Don Ho 2023-08-13 16:12:44 +02:00
parent de25873cb3
commit 460b2b60f6

View File

@ -8766,6 +8766,7 @@ void Notepad_plus::clearChangesHistory()
SendMessage(_pEditView->getHSelf(), SCI_GOTOPOS, pos, 0);
checkUndoState();
_pNonEditView->redraw();
}
// Based on https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12248#issuecomment-1258561261.