* Fix for failed unstrip with RectOffset(int, int, int, int) ctor
* Cleanups
This commit is contained in:
sinaioutlander
2020-09-07 03:25:43 +10:00
parent 692a37635e
commit 5b94e31a12
3 changed files with 16 additions and 5 deletions

View File

@ -212,6 +212,11 @@ namespace Explorer
cacheList.WhiteSpace = 0f;
cacheList.ButtonWidthOffset += 70f;
}
else if (m_cachedReturnValue is CacheDictionary cacheDict)
{
cacheDict.WhiteSpace = 0f;
cacheDict.ButtonWidthOffset += 70f;
}
m_cachedReturnValue.UpdateValue();
}
else