3
0
Fork 0
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:
Ryan Huffman 2014-04-17 14:02:21 -07:00
parent e2954f8614
commit f2112c665a

View file

@ -214,6 +214,9 @@ QPushButton:pressed {
<property name="tabChangesFocus">
<bool>true</bool>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
</layout>