summary refs log tree commit diff
path: root/src/TextInputWidget.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-31 02:35:28 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-31 02:35:28 +0300
commit5197f8a886041ea9ebf6c860535cf2effc08a03f (patch)
treee04a0fd11eac33b396f9915f6e10e126eff6b85c /src/TextInputWidget.cc
parentShow a warning for Qt < 5.7 (diff)
downloadnheko-5197f8a886041ea9ebf6c860535cf2effc08a03f.tar.xz
Add drop shadow to emoji panel
- Minor refactoring
Diffstat (limited to 'src/TextInputWidget.cc')
-rw-r--r--src/TextInputWidget.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TextInputWidget.cc b/src/TextInputWidget.cc

index cda00c2c..796a1353 100644 --- a/src/TextInputWidget.cc +++ b/src/TextInputWidget.cc
@@ -25,6 +25,7 @@ FilteredTextEdit::FilteredTextEdit(QWidget *parent) : QTextEdit(parent) { + setAcceptRichText(false); } void FilteredTextEdit::keyPressEvent(QKeyEvent *event)