mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Revert "gtk: only text area can have focus in chat window"
This reverts commit b03c70b06a.
This commit is contained in:
parent
e96e46980d
commit
66eb174aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
<child>
|
||||
<object class="GtkTextView" id="textview">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="border_width">4</property>
|
||||
</object>
|
||||
</child>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue