Reviewers: ,
Please review this at http://codereview.tryton.org/597004/ Affected files: M tryton/gui/window/view_form/view/form.py Index: tryton/gui/window/view_form/view/form.py =================================================================== --- a/tryton/gui/window/view_form/view/form.py +++ b/tryton/gui/window/view_form/view/form.py @@ -22,6 +22,7 @@ if isinstance(widget, gtk.Button): widget.connect('clicked', self.button_clicked) widget.set_focus_on_click(False) + widget.connect('enter-notify-event', self.leave) # Force to display the first time it switches on a page # This avoids glitch in position of widgets -- -- [email protected] mailing list
