banktags: Fix hidding seperator when opening a tag tab

This commit is contained in:
Owain van Brakel
2019-07-21 00:11:51 +02:00
parent 058aeb8da9
commit 30dab58f01

View File

@@ -1036,8 +1036,8 @@ public class TabInterface
private void openTag(final String tag)
{
bankSearch.search(InputType.SEARCH, TAG_SEARCH + tag, true);
activateTab(tabManager.find(tag));
bankSearch.search(InputType.SEARCH, TAG_SEARCH + tag, true);
// When tab is selected with search window open, the search window closes but the search button
// stays highlighted, this solves that issue