From 62490fd57f403da83fc5dd6e5ec2f3fcfa8c47cb Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:09:02 +0200 Subject: 3.11 --- shared/custom_tooltip.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/custom_tooltip.cpp') diff --git a/shared/custom_tooltip.cpp b/shared/custom_tooltip.cpp index b915b226..be2d11b5 100644 --- a/shared/custom_tooltip.cpp +++ b/shared/custom_tooltip.cpp @@ -8,7 +8,7 @@ #include #include #include - +#include class CustomTooltip::PopupFrameGenerated : public wxFrame { @@ -34,7 +34,7 @@ CustomTooltip::PopupFrameGenerated::PopupFrameGenerated( long style ) : wxFrame(parent, id, title, pos, size, style) { this->SetSizeHints( wxDefaultSize, wxDefaultSize ); - this->SetBackgroundColour( wxColour( 255, 255, 255 ) ); + this->SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOBK)); wxBoxSizer* bSizer158; bSizer158 = new wxBoxSizer( wxHORIZONTAL ); -- cgit