mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-02 18:55:13 +02:00
Move the highlight when changing the current tab
This commit is contained in:
@@ -291,6 +291,7 @@ public:
|
||||
tabs_[currentTab_]->SetVisibility(V_GONE);
|
||||
currentTab_ = tab;
|
||||
tabs_[currentTab_]->SetVisibility(V_VISIBLE);
|
||||
tabStrip_->SetSelection(tab);
|
||||
}
|
||||
|
||||
int GetCurrentTab() const { return currentTab_; }
|
||||
|
||||
Reference in New Issue
Block a user