Change "ChangedLanguageDisplay" to "DisplayLanguageChanged" and use it for artist names.
This commit is contained in:
@@ -213,6 +213,7 @@ t[#t+1] = LoadFont("_regra Bold 16px") .. {
|
|||||||
end;
|
end;
|
||||||
CurrentSongChangedMessageCommand=cmd(playcommand,"Set");
|
CurrentSongChangedMessageCommand=cmd(playcommand,"Set");
|
||||||
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
|
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
|
||||||
|
DisplayLanguageChangedMessageCommand=cmd(playcommand,"Set");
|
||||||
};
|
};
|
||||||
t[#t+1] = LoadFont("_regra Bold 16px") .. {
|
t[#t+1] = LoadFont("_regra Bold 16px") .. {
|
||||||
InitCommand=cmd(horizalign,right;x,SCREEN_CENTER_X+224;y,SCREEN_CENTER_Y-6;settext,"xxxx";shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000"););
|
InitCommand=cmd(horizalign,right;x,SCREEN_CENTER_X+224;y,SCREEN_CENTER_Y-6;settext,"xxxx";shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000"););
|
||||||
|
|||||||
@@ -372,7 +372,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
|
|||||||
if( input.type != IET_FIRST_PRESS )
|
if( input.type != IET_FIRST_PRESS )
|
||||||
return;
|
return;
|
||||||
PREFSMAN->m_bShowNativeLanguage.Set( !PREFSMAN->m_bShowNativeLanguage );
|
PREFSMAN->m_bShowNativeLanguage.Set( !PREFSMAN->m_bShowNativeLanguage );
|
||||||
MESSAGEMAN->Broadcast( "ChangedLanguageDisplay" );
|
MESSAGEMAN->Broadcast( "DisplayLanguageChanged" );
|
||||||
m_MusicWheel.RebuildWheelItems();
|
m_MusicWheel.RebuildWheelItems();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user