mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 05:50:09 +00:00
3.0 - guage chart
This commit is contained in:
@@ -188,8 +188,10 @@ namespace XCharts
|
||||
m_LabelRect.sizeDelta = newSize;
|
||||
if (m_LabelBackgroundRect != null)
|
||||
m_LabelBackgroundRect.sizeDelta = newSize;
|
||||
|
||||
if (!isIconActive && m_ObjectRect != null)
|
||||
m_ObjectRect.sizeDelta = newSize;
|
||||
AdjustIconPos();
|
||||
|
||||
}
|
||||
return sizeChange;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user