diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-18 10:58:52 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-18 10:58:52 +0200 |
commit | 37cb6cefcab6be0a1337e0a346d6e259f8dbbb5f (patch) | |
tree | e85d93bc3557ae6216cfc3634a9821ffdc015a88 /plugingui/textedit.h | |
parent | 8ba4c6c7f3317d9e3c4465be15265e7f72d4ab28 (diff) |
Revert preprocessing on resize for TextEdit. It was just plain dumb.
Diffstat (limited to 'plugingui/textedit.h')
-rw-r--r-- | plugingui/textedit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugingui/textedit.h b/plugingui/textedit.h index 3eaf02f..9ca0301 100644 --- a/plugingui/textedit.h +++ b/plugingui/textedit.h @@ -53,7 +53,6 @@ public: void setReadOnly(bool readonly); bool readOnly(); - void adaptTextOnResize(bool adapt); void preprocessText(); Notifier<> textChangedNotifier; @@ -76,7 +75,6 @@ private: std::string _text; - bool adapt_text_on_resize{false}; bool readonly{true}; std::list< std::string > preprocessedtext; |