ClientUI: Fix panel toggle after closing with click

This commit ensures the previously-active plugin panel can be reopened
with the plugin panel toggle hotkey after being closed via mouse click.
This commit is contained in:
Jordan Atwood
2020-06-24 17:01:52 -07:00
parent db917454e8
commit 99afd3e0b7

View File

@@ -206,7 +206,6 @@ public class ClientUI
currentButton.setSelected(false);
currentNavButton.setSelected(false);
currentButton = null;
currentNavButton = null;
}
else
{