Fix menu Paste inconsitent behaviour

Fix #9260, close #14346
This commit is contained in:
Don Ho 2023-11-11 03:04:46 +01:00
parent 2337a7b5b6
commit c7e1162f23

View File

@ -453,9 +453,7 @@ void Notepad_plus::command(int id)
return;
}
intptr_t eolMode = _pEditView->execute(SCI_GETEOLMODE);
_pEditView->execute(SCI_PASTE);
_pEditView->execute(SCI_CONVERTEOLS, eolMode);
}
break;