Fix eval summary, summary branches
+ Fixed ScreenGameplay StepsDisplay errors + Fixed ScreenSelectCourse CourseContentsList masks + Fixed ScreenEvaluationSummary banners -- introduced a scroller. + Fixed showing ScreenEvaluationSummary showing after a course (cherry picked from commit 04f7373238410c481cb79c6441fb27c55c69a447)
This commit is contained in:
@@ -92,6 +92,7 @@ ThemePrefs =
|
||||
|
||||
-- create the section if it doesn't exist
|
||||
local section = GetThemeName()
|
||||
Trace( ("ThemePrefs.Init: Theme name is \"%s\""):format(section) )
|
||||
PrefsTable[section] = PrefsTable[section] and PrefsTable[section] or { }
|
||||
|
||||
--Trace( "Using section " .. section )
|
||||
@@ -104,7 +105,7 @@ ThemePrefs =
|
||||
end
|
||||
end
|
||||
|
||||
--PrintTable( PrefsTable[section] )
|
||||
PrintTable( PrefsTable[section] )
|
||||
end,
|
||||
|
||||
Load = function()
|
||||
|
||||
Reference in New Issue
Block a user