Skip to content

Commit

Permalink
Fix extractors prefs background in macOS dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jun 26, 2023
1 parent 5989888 commit 4d825e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefsdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ class ExtractorsPageWindow : public PrefsPanel
// be rendered correctly, so we just use normal background for now:
if (ColorScheme::GetWindowMode(this) == ColorScheme::Dark)
{
listPanel->SetBackgroundColour(listPanel->GetDefaultAttributes().colBg);
listPanel->SetBackgroundColour(wxNullColour);
}
else
#endif
Expand Down

0 comments on commit 4d825e9

Please sign in to comment.