Bug fix : Menu tab focus is now fixed after going back from a different screen
This commit is contained in:
parent
3ab9bf2795
commit
32ba6626c3
@ -62,7 +62,7 @@ namespace TJAPlayer3
|
||||
for (int i = 0; i < this.nbModes; i++)
|
||||
{
|
||||
this.stModeBar[i].BarTexture = TJAPlayer3.Tx.ModeSelect_Bar[i];
|
||||
this.stModeBar[i].n現在存在している行 = i + 1;
|
||||
this.stModeBar[i].n現在存在している行 = i + 1 - n現在の選択行モード選択;
|
||||
}
|
||||
|
||||
TJAPlayer3.Skin.soundEntry.t再生する();
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f8deb67d39a2f6e356a96635113b13ba043fcd67
|
||||
Subproject commit 42c50027f513b0ca19a424316db3219929308c68
|
Loading…
Reference in New Issue
Block a user