Fix the remaining visual bugs with the favorite folder and restore the global random button
This commit is contained in:
parent
1434679221
commit
7ec87560ec
@ -126,6 +126,8 @@ namespace TJAPlayer3
|
||||
node.BackColor = parent.BackColor;
|
||||
node.BoxColor = parent.BoxColor;
|
||||
node.BgColor = parent.BgColor;
|
||||
node.BgType = parent.BgType;
|
||||
node.BoxType = parent.BoxType;
|
||||
|
||||
childList.Add(node);
|
||||
}
|
||||
|
@ -1122,6 +1122,13 @@ namespace TJAPlayer3
|
||||
|
||||
*/
|
||||
|
||||
if (isGlobal)
|
||||
{
|
||||
var randomNode = CSongDict.tGenerateRandomButton(ノードリスト[0].r親ノード, parentName);
|
||||
ノードリスト.Add(randomNode);
|
||||
|
||||
}
|
||||
|
||||
// すべてのノードについて…
|
||||
foreach ( C曲リストノード c曲リストノード in ノードリスト )
|
||||
{
|
||||
|
@ -2574,7 +2574,6 @@ namespace TJAPlayer3
|
||||
{
|
||||
TJAPlayer3.Tx.SongSelect_Favorite.vc拡大縮小倍率.X = _resize;
|
||||
TJAPlayer3.Tx.SongSelect_Favorite.vc拡大縮小倍率.Y = _resize;
|
||||
TJAPlayer3.Tx.SongSelect_Favorite.Opacity = 255;
|
||||
TJAPlayer3.Tx.SongSelect_Favorite.t2D拡大率考慮中央基準描画(TJAPlayer3.app.Device, x, y);
|
||||
}
|
||||
}
|
||||
|
@ -1721,6 +1721,8 @@ namespace TJAPlayer3
|
||||
song2.BackColor = song.BackColor;
|
||||
song2.BoxColor = song.BoxColor;
|
||||
song2.BgColor = song.BgColor;
|
||||
song2.BgType = song.BgType;
|
||||
song2.BoxType = song.BoxType;
|
||||
// song2.BackColor = ColorTranslator.FromHtml("#164748");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user