1
0
mirror of synced 2025-02-17 19:09:25 +01:00

Fix the remaining visual bugs with the favorite folder and restore the global random button

This commit is contained in:
0aubsq 2022-03-04 09:28:20 +01:00
parent 1434679221
commit 7ec87560ec
4 changed files with 11 additions and 1 deletions

View File

@ -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);
}

View File

@ -1122,6 +1122,13 @@ namespace TJAPlayer3
*/
if (isGlobal)
{
var randomNode = CSongDict.tGenerateRandomButton([0].r親ード, parentName);
.Add(randomNode);
}
// すべてのノードについて…
foreach ( C曲リストード c曲リストード in )
{

View File

@ -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);
}
}

View File

@ -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");
}