diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/wx_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index 33179ca74..e4229c1b7 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -785,7 +785,7 @@ small_button_size (wxWindow* parent, wxString text) bool gui_is_dark () { -#if defined(DCPOMATIC_OSX) && wxCHECK_VERSION(3, 1, 0) +#if wxCHECK_VERSION(3, 1, 0) auto appearance = wxSystemSettings::GetAppearance(); return appearance.IsDark(); #else |
