Reviewers: ,
Please review this at http://codereview.tryton.org/18002/ Affected files: M tryton/gui/window/view_form/view/form_gtk/char.py Index: tryton/gui/window/view_form/view/form_gtk/char.py =================================================================== --- a/tryton/gui/window/view_form/view/form_gtk/char.py +++ b/tryton/gui/window/view_form/view/form_gtk/char.py @@ -41,6 +41,8 @@ self.widget.pack_start(self.entry) def _color_widget(self): + if self.autocomplete: + return self.entry.get_child() return self.entry def grab_focus(self): -- [email protected] mailing list
