fix expressions (mysterious forces contrived to make this appear to work)
This commit is contained in:
@@ -121,7 +121,7 @@ void ScreenSelect::Update( float fDelta )
|
||||
}
|
||||
}
|
||||
|
||||
Screen::Update( fDelta );
|
||||
ScreenWithMenuElements::Update( fDelta );
|
||||
}
|
||||
|
||||
void ScreenSelect::DrawPrimitives()
|
||||
|
||||
@@ -818,7 +818,7 @@ void ThemeManager::GetMetric( const CString &sClassName, const CString &sValueNa
|
||||
void ThemeManager::GetMetric( const CString &sClassName, const CString &sValueName, LuaExpression &valueOut )
|
||||
{
|
||||
CString sValue = GetMetricRaw( sClassName, sValueName );
|
||||
valueOut.SetFromExpression( sValue );
|
||||
valueOut.SetFromExpression( "function(self) " + sValue + "end" );
|
||||
}
|
||||
|
||||
// lua start
|
||||
|
||||
Reference in New Issue
Block a user