mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 00:08:51 -05:00
Fix
This commit is contained in:
parent
bdc4127e3c
commit
2d1345197f
@ -130,8 +130,7 @@ namespace TriInspector.Drawers
|
||||
_cellElementContainer.AddChild(cellElement);
|
||||
}
|
||||
|
||||
using (TriPropertyOverrideContext.Override(_propertyOverrideContext))
|
||||
//using (TriGuiHelper.PushLabelWidth(1f)) // todo fix this
|
||||
using (TriPropertyOverrideContext.BeginOverride(_propertyOverrideContext))
|
||||
{
|
||||
_cellElements[cellValueProperty].OnGUI(cellRect);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user