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:
Jonathan Payne
2014-08-28 06:01:15 -05:00
committed by freem
parent c36068faf8
commit 91581bb5f7
12 changed files with 133 additions and 47 deletions
+2 -1
View File
@@ -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()