diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobwidget.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/bitbake/lib/bb/ui/crumbs/hobwidget.py index 0bb83d78f5..4b0a0cf808 100644 --- a/bitbake/lib/bb/ui/crumbs/hobwidget.py +++ b/bitbake/lib/bb/ui/crumbs/hobwidget.py | |||
@@ -344,6 +344,7 @@ class HobTabBar(gtk.DrawingArea): | |||
344 | and (child["y"] < y) and (y < child["y"] + self.tab_height): | 344 | and (child["y"] < y) and (y < child["y"] + self.tab_height): |
345 | self.current_child = child | 345 | self.current_child = child |
346 | result = True | 346 | result = True |
347 | self.grab_focus() | ||
347 | break | 348 | break |
348 | 349 | ||
349 | # check the blank area is focus in or not | 350 | # check the blank area is focus in or not |