fixed an issue when deleting a buffer in a session where there were trending topics opened

This commit is contained in:
2021-11-05 22:35:12 -06:00
parent 7c5c191deb
commit cedb290956
2 changed files with 5 additions and 2 deletions

View File

@@ -32,3 +32,5 @@ class trendsPanel(wx.Panel):
else:
self.list.select_item(0)
def set_focus_in_list(self):
self.list.list.SetFocus()