Reviewers: ,
Please review this at http://codereview.tryton.org/353001/ 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 @@ -30,6 +30,7 @@ for notebook in notebooks: def switch(notebook, page, page_num): if page_num not in display_done.setdefault(notebook, []): + notebook.grab_focus() display_done[notebook].append(page_num) self.display() notebook.connect('switch-page', switch) -- [email protected] mailing list
