Skip to content

Commit

Permalink
Merge pull request #29 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.0.26
  • Loading branch information
uurha committed Jul 25, 2024
1 parent c8f7cef commit 363b227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Editor/Helpers/StyleContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2298,6 +2298,7 @@ private void ForceApply()
_cachedStyle.wordSpacing = _wordSpacing.Value;
}

#if UNITY_2022_2_OR_NEWER
if (_backgroundPositionX.HasValue)
{
_cachedStyle.backgroundPositionX = _backgroundPositionX.Value;
Expand All @@ -2322,6 +2323,7 @@ private void ForceApply()
{
_cachedStyle.unitySliceScale = _unitySliceScale.Value;
}
#endif
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.tdw.better.commons",
"displayName": "Better Commons",
"version": "0.0.25",
"version": "0.0.26",
"unity": "2021.3",
"description": " ",
"dependencies": {
Expand Down

0 comments on commit 363b227

Please sign in to comment.