Restore separator color for mouse/keyboard help

This commit is contained in:
jlewin 2019-06-11 17:40:31 -07:00
parent 33b53f29be
commit cfdcb7f36d

View file

@ -47,6 +47,7 @@ namespace MatterHackers.MatterControl
public HelpTreePanel(ThemeConfig theme, string guideKey = null)
: base(theme)
{
this.ChildBorderColor = theme.BorderColor40;
AddGuides();
CreateMousePage();
CreateKeyBindingsPage();