+ fix: keep main selection on multi-select all

This commit is contained in:
Rainer Kottenhoff 2019-05-29 14:17:48 +02:00
parent 841bca1d66
commit 8abdc939c0

View File

@ -6205,6 +6205,7 @@ void EditSelectionMultiSelectAll()
SciCall_TargetWholeDocument();
}
SciCall_MultipleSelectAddEach();
SciCall_SetMainSelection(0);
SciCall_SetTargetRange(saveTargetBeg, saveTargetEnd); //restore