Skip to content

Commit

Permalink
Fit search shortcut: Fix focus issues for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Aug 26, 2014
1 parent f57c188 commit ec08342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/shipBrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def ToggleSearchBox(self):
else:
self.BrowserSearchBox.Show(True)
self.BrowserSearchBox.ChangeValue("")
self.BrowserSearchBox.SetFocus()
self.BrowserSearchBox.SetFocus()

def OnBrowserSearchBoxEnter(self, event):
self.OnBrowserSearchBoxLostFocus(None)
Expand Down

0 comments on commit ec08342

Please sign in to comment.