1
0
mirror of synced 2024-11-28 01:10:53 +01:00

Boxを開くときタイトルが更新されない問題の修正 (#415)

This commit is contained in:
Takkkom 2023-02-22 07:09:47 +09:00 committed by GitHub
parent b11519ad9f
commit a4884e78a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,13 +290,25 @@ namespace TJAPlayer3
// BOXに入るときは、スキン変更発生時のみboxdefスキン設定の更新を行う
TJAPlayer3.Skin.SetCurrentSkinSubfolderFullName(
TJAPlayer3.Skin.GetSkinSubfolderFullNameFromSkinName(CSkin.GetSkinName(this.r現在選択中の曲.strSkinPath)), false);
}
//Trace.TraceInformation( "Skin変更: " + CSkin.GetSkinName( CDTXMania.Skin.GetCurrentSkinSubfolderFullName(false) ) );
//Trace.TraceInformation( "Skin変更Current : "+ CDTXMania.Skin.GetCurrentSkinSubfolderFullName(false) );
//Trace.TraceInformation( "Skin変更System : "+ CSkin.strSystemSkinSubfolderFullName );
//Trace.TraceInformation( "Skin変更BoxDef : "+ CSkin.strBoxDefSkinSubfolderFullName );
if (this.ttk選択している曲の曲名 != null)
{
this.ttk選択している曲の曲名 = null;
this.b選択曲が変更された = false;
}
if (this.ttk選択している曲のサブタイトル != null)
{
this.ttk選択している曲のサブタイトル = null;
this.b選択曲が変更された = false;
}
//Trace.TraceInformation( "Skin変更: " + CSkin.GetSkinName( CDTXMania.Skin.GetCurrentSkinSubfolderFullName(false) ) );
//Trace.TraceInformation( "Skin変更Current : "+ CDTXMania.Skin.GetCurrentSkinSubfolderFullName(false) );
//Trace.TraceInformation( "Skin変更System : "+ CSkin.strSystemSkinSubfolderFullName );
//Trace.TraceInformation( "Skin変更BoxDef : "+ CSkin.strBoxDefSkinSubfolderFullName );
if(r現在選択中の曲.list子リスト.Count != 1)
if (r現在選択中の曲.list子リスト.Count != 1)
{
if (TJAPlayer3.ConfigIni.TJAP3FolderMode)
{
@ -351,6 +363,17 @@ namespace TJAPlayer3
TJAPlayer3.Skin.SetCurrentSkinSubfolderFullName(
( this.r現在選択中の曲.strSkinPath == "" ) ? "" : TJAPlayer3.Skin.GetSkinSubfolderFullNameFromSkinName( CSkin.GetSkinName( this.r現在選択中の曲.strSkinPath ) ), false );
if (this.ttk選択している曲の曲名 != null)
{
this.ttk選択している曲の曲名 = null;
this.b選択曲が変更された = false;
}
if (this.ttk選択している曲のサブタイトル != null)
{
this.ttk選択している曲のサブタイトル = null;
this.b選択曲が変更された = false;
}
if (TJAPlayer3.ConfigIni.TJAP3FolderMode)
{
if (this.r現在選択中の曲.r親ード != null)