diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/html_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/html_dialog.cc b/src/wx/html_dialog.cc index c8138c8cd..0f8fe22c1 100644 --- a/src/wx/html_dialog.cc +++ b/src/wx/html_dialog.cc @@ -53,7 +53,7 @@ HTMLDialog::HTMLDialog (wxWindow* parent, wxString title, wxString html, bool ok sizer->Add (h, 1, wxEXPAND | wxALL, 6); if (gui_is_dark()) { - h->SetHTMLBackgroundColour(*wxBLACK); + h->SetHTMLBackgroundColour(wxColour(50, 50, 50)); } h->Bind (wxEVT_HTML_LINK_CLICKED, boost::bind(&HTMLDialog::link_clicked, this, _1)); |
