Skip to content

Commit

Permalink
Fix context menu item text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Łaputa authored and Krzysztof Łaputa committed Aug 6, 2019
1 parent 4a92868 commit e4f64ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions KeeTheme/Theme/CustomToolStripRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ protected override void OnRenderItemText(ToolStripItemTextRenderEventArgs e)
if (e.Item.Pressed || e.Item.Selected)
{
e.TextColor = _customTheme.MenuItem.HighlightColor;
if (e.Item.Owner is ContextMenuStrip)
{
e.TextColor = _customTheme.MenuItem.ForeColor;
}
}

base.OnRenderItemText(e);
Expand Down

0 comments on commit e4f64ce

Please sign in to comment.