fix getting inventory back after showing my items

This commit is contained in:
Howard Stearns 2018-10-25 12:59:49 -07:00
parent 936c2b2cab
commit 9095df4641

View file

@ -563,6 +563,7 @@ Rectangle {
hoverEnabled: enabled;
onClicked: {
root.activeView = "walletInventory";
walletInventory.isShowingMyItems = false;
tabButtonsContainer.resetTabButtonColors();
}
onEntered: parent.color = hifi.colors.blueHighlight;