File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class DesignState
24
24
public DesignState ( Design design )
25
25
{
26
26
this . Design = design ;
27
- this . Design . View . DrawComplete += this . DrawContentComplete ;
27
+ this . Design . View . DrawComplete += this . DrawContentComplete ;
28
28
this . Design . View . HasFocusChanged += this . Enter ;
29
29
}
30
30
Original file line number Diff line number Diff line change @@ -819,7 +819,7 @@ private void BuildRootMenu()
819
819
Height = 4 ,
820
820
} ;
821
821
rootCommandsListView . SetScheme ( new Scheme
822
- {
822
+ {
823
823
Normal = new Attribute ( new Color ( Color . White ) , new Color ( Color . Black ) ) ,
824
824
Focus = new Attribute ( new Color ( Color . Black ) , new Color ( Color . White ) ) ,
825
825
HotNormal = new Attribute ( new Color ( Color . White ) , new Color ( Color . Black ) ) ,
You can’t perform that action at this time.
0 commit comments