mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 14:54:39 +02:00
Fix "Clear Change History" issue: cloned document markers are not cleared
Fix #13877
This commit is contained in:
parent
de25873cb3
commit
460b2b60f6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user