fix showing dialpad correctly in LTR languages. Fixes #7285
This commit is contained in:
parent
99b8cbb4f2
commit
b898830acf
1 changed files with 1 additions and 0 deletions
|
@ -1584,6 +1584,7 @@ class ChatControl(ChatControlBase):
|
||||||
self.handlers[id_] = widget
|
self.handlers[id_] = widget
|
||||||
|
|
||||||
self.dtmf_window = self.xml.get_object('dtmf_window')
|
self.dtmf_window = self.xml.get_object('dtmf_window')
|
||||||
|
self.dtmf_window.get_child().set_direction(gtk.TEXT_DIR_LTR)
|
||||||
id_ = self.dtmf_window.connect('focus-out-event',
|
id_ = self.dtmf_window.connect('focus-out-event',
|
||||||
self.on_dtmf_window_focus_out_event)
|
self.on_dtmf_window_focus_out_event)
|
||||||
self.handlers[id_] = self.dtmf_window
|
self.handlers[id_] = self.dtmf_window
|
||||||
|
|
Loading…
Add table
Reference in a new issue