mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 16:15:47 +02:00
Disallow rich text from being pasted into the chat area
This commit is contained in:
parent
e2954f8614
commit
f2112c665a
1 changed files with 3 additions and 0 deletions
|
@ -214,6 +214,9 @@ QPushButton:pressed {
|
|||
<property name="tabChangesFocus">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="acceptRichText">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Reference in a new issue