previousButton->SetBitmap(previousIconBitmap);
nextButton->SetBitmap(nextIconBitmap);
calendarsButton->SetBitmap(calendarsIconBitmap);
+ previousButton->SetBackgroundColour(pnlMain->GetBackgroundColour());
+ nextButton->SetBackgroundColour(pnlMain->GetBackgroundColour());
+ calendarsButton->SetBackgroundColour(pnlMain->GetBackgroundColour());
// Setup the static text.
dateButton->SetFont(test);
dateButton->SetForegroundColour(wxColour(255,255,255));
+ dateButton->SetBackgroundColour(pnlMain->GetBackgroundColour());
// Setup the manipulator control.