Merge pull request #1069 from Owain94/fix-1016

banktags: Fix hidding seperator when opening a tag tab
This commit is contained in:
Ganom
2019-07-20 18:59:49 -04:00
committed by GitHub

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