mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 17:30:10 +00:00
完善UIComponent
This commit is contained in:
@@ -46,7 +46,8 @@ namespace XCharts.Runtime
|
||||
get
|
||||
{
|
||||
if (m_TransparentBackground) return ColorUtil.clearColor32;
|
||||
else return sharedTheme.backgroundColor;
|
||||
else if (sharedTheme != null) return sharedTheme.backgroundColor;
|
||||
else return ColorUtil.clearColor32;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user