mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
Minor theme fix
This commit is contained in:
parent
9312c07093
commit
36819b7cb0
@ -5784,7 +5784,8 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
if (oldUseDarkTheme != Configuration.Settings.General.UseDarkTheme ||
|
||||
oldUseDarkForeColor != Configuration.Settings.General.DarkThemeForeColor ||
|
||||
oldUseDarkBackColor != Configuration.Settings.General.DarkThemeBackColor ||
|
||||
oldDarkThemeShowListViewGridLines != Configuration.Settings.General.DarkThemeShowListViewGridLines)
|
||||
oldDarkThemeShowListViewGridLines != Configuration.Settings.General.DarkThemeShowListViewGridLines ||
|
||||
(oldUseDarkTheme && Configuration.Settings.General.UseDarkTheme && SubtitleListview1.BackColor == Color.White))
|
||||
{
|
||||
var darkThemeBackColor = Configuration.Settings.General.DarkThemeBackColor;
|
||||
var darkThemeForeColor = Configuration.Settings.General.DarkThemeForeColor;
|
||||
|
Loading…
Reference in New Issue
Block a user