We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f357fa4 commit 672df04Copy full SHA for 672df04
2 files changed
src/DesignState.cs
@@ -24,7 +24,7 @@ public class DesignState
24
public DesignState(Design design)
25
{
26
this.Design = design;
27
- this.Design.View.DrawComplete += this.DrawContentComplete;
+ this.Design.View.DrawComplete += this.DrawContentComplete;
28
this.Design.View.HasFocusChanged += this.Enter;
29
}
30
src/UI/Editor.cs
@@ -819,7 +819,7 @@ private void BuildRootMenu()
819
Height = 4,
820
};
821
rootCommandsListView.SetScheme(new Scheme
822
- {
+ {
823
Normal = new Attribute(new Color(Color.White), new Color(Color.Black)),
824
Focus = new Attribute(new Color(Color.Black), new Color(Color.White)),
825
HotNormal = new Attribute(new Color(Color.White), new Color(Color.Black)),
0 commit comments