From c6664c7d1ea376e18b26274e32728316888db246 Mon Sep 17 00:00:00 2001 From: David Conway Date: Sat, 26 Dec 2020 04:40:42 +1100 Subject: [PATCH] Fix xml summary in ToolStrip.cs --- Source/Editor/GUI/ToolStrip.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Editor/GUI/ToolStrip.cs b/Source/Editor/GUI/ToolStrip.cs index 56bf3e278..48d2a1101 100644 --- a/Source/Editor/GUI/ToolStrip.cs +++ b/Source/Editor/GUI/ToolStrip.cs @@ -65,9 +65,9 @@ namespace FlaxEditor.GUI /// Gets the height for the items. /// public float ItemsHeight => Height + itemScale * DefaultMarginV; - private float itemScale; - /// /// Initializes a new instance of the class. /// public ToolStrip()