Boxを開くときタイトルが更新されない問題の修正 (#415)
This commit is contained in:
parent
b11519ad9f
commit
a4884e78a8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user