Skip to content

Commit

Permalink
Fix menu Paste inconsitent behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Nov 11, 2023
1 parent 2337a7b commit c7e1162
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PowerEditor/src/NppCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c7e1162

Please sign in to comment.