diff options
Diffstat (limited to 'src/ui/widgets/PlainTextEditorPage.h')
-rw-r--r-- | src/ui/widgets/PlainTextEditorPage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widgets/PlainTextEditorPage.h b/src/ui/widgets/PlainTextEditorPage.h index 18ed41b2..9c2edc6e 100644 --- a/src/ui/widgets/PlainTextEditorPage.h +++ b/src/ui/widgets/PlainTextEditorPage.h @@ -115,6 +115,7 @@ class PlainTextEditorPage : public QWidget { bool read_done_ = false; ///< size_t read_bytes_ = 0; ///< bool is_crlf_ = false; ///< + bool last_insert_has_partial_cr_ = false; private slots: |