mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Minor fix for toolbar overflow text color
This commit is contained in:
parent
7dbd143f0c
commit
a200a61481
@ -839,6 +839,12 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
e.Graphics.Clear(BackColor);
|
||||
}
|
||||
|
||||
protected override void OnRenderItemText(ToolStripItemTextRenderEventArgs e)
|
||||
{
|
||||
e.TextColor = ForeColor;
|
||||
base.OnRenderItemText(e);
|
||||
}
|
||||
|
||||
protected override void OnRenderOverflowButtonBackground(ToolStripItemRenderEventArgs e)
|
||||
{
|
||||
e.Graphics.Clear(BackColor);
|
||||
|
Loading…
Reference in New Issue
Block a user