Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit e7859c2

Browse files
committed
Fix for the GetStyleColorVec4. Adds to #29
1 parent 5724223 commit e7859c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VL.ImGui/Widgets/Queries/GetStyleColorVec4.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace VL.ImGui.Widgets
88
[GenerateNode(Category = "ImGui.Queries")]
99
internal partial class GetStyleColor : Widget
1010
{
11-
public ImGuiNET.ImGuiCol Flag { get; private set; }
11+
public ImGuiNET.ImGuiCol Flag { private get; set; }
1212

1313
public Color4 Value { get; private set; }
1414

0 commit comments

Comments
 (0)