File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ namespace yup
2424
2525// ==============================================================================
2626
27- const Identifier Label::Colors::fillColorId{ " Label_fillColorId" };
28- const Identifier Label::Colors::strokeColorId{ " Label_strokeColorId" };
27+ const Identifier Label::Colors::fillColorId { " Label_fillColorId" };
28+ const Identifier Label::Colors::strokeColorId { " Label_strokeColorId" };
2929
3030// ==============================================================================
3131
@@ -77,7 +77,6 @@ void Label::resetFont()
7777
7878// ==============================================================================
7979
80-
8180void Label::setStrokeWidth (float newWidth) noexcept
8281{
8382 if (strokeWidth == newWidth)
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ class JUCE_API Label : public Component
9595
9696 struct Colors
9797 {
98- static const Identifier fillColorId;
99- static const Identifier strokeColorId;
98+ static const Identifier fillColorId;
99+ static const Identifier strokeColorId;
100100 };
101101
102102 // ==============================================================================
You can’t perform that action at this time.
0 commit comments