Skip to content

Commit 7719a25

Browse files
committed
Minor fix...
1 parent 803dfc3 commit 7719a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/Plugins/FlashLogViewer/PluginUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ private void FilterTextBoxTextChanged(Object sender, EventArgs e)
544544
try
545545
{
546546
this.reFilter = new Regex(filterComboBox.Text, RegexOptions.IgnoreCase);
547-
this.filterComboBox.ForeColor = PluginBase.MainForm.GetThemeColor("ToolStripTextBoxControl.ForeColor", SystemColors.WindowText);
547+
this.filterComboBox.ForeColor = PluginBase.MainForm.GetThemeColor("ToolStripComboBoxControl.ForeColor", SystemColors.WindowText);
548548
}
549549
catch {}
550550
}

0 commit comments

Comments
 (0)