Skip to content

Commit b22d9b1

Browse files
julienamsellemGitHub Enterprise
authored andcommitted
Sticky note title had wrong font size while editing (#301)
* Sticky note title had wrong font size while editing * Updated changelog
1 parent e0fc703 commit b22d9b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

com.unity.visualeffectgraph/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
- Allows for attribute-less systems. [Case 1341789](https://issuetracker.unity3d.com/product/unity/issues/guid/1341789/)
1313
- Editing the values in the graph did not impact the system in real-time after saving [Case 1371089](https://issuetracker.unity3d.com/product/unity/issues/guid/1371089/)
1414
- Fixed null reference exception when opening another VFX and a debug mode is enabled [Case 1347420](https://issuetracker.unity3d.com/product/unity/issues/guid/1347420/)
15+
- Sticky note title keeps the selected font size when being edited
1516

1617
## [13.1.1] - 2021-10-04
1718
### Added

com.unity.visualeffectgraph/Editor/GraphView/Elements/VFXStickyNote.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public VFXStickyNoteController controller
8888
VFXStickyNoteController m_Controller;
8989
public VFXStickyNote() : base(Vector2.zero)
9090
{
91+
styleSheets.Add(Resources.Load<StyleSheet>("StickyNote"));
9192
this.RegisterCallback<StickyNoteChangeEvent>(OnUIChange);
9293
}
9394

0 commit comments

Comments
 (0)