mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ fix: keep main selection on multi-select all
This commit is contained in:
parent
841bca1d66
commit
8abdc939c0
@ -6205,6 +6205,7 @@ void EditSelectionMultiSelectAll()
|
||||
SciCall_TargetWholeDocument();
|
||||
}
|
||||
SciCall_MultipleSelectAddEach();
|
||||
SciCall_SetMainSelection(0);
|
||||
|
||||
SciCall_SetTargetRange(saveTargetBeg, saveTargetEnd); //restore
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user