Fix a problem with new style when using SetBackgroundPixmap() with flat buttons. To be able to set (and keep) a pixmap as background, one should set the kOwnBackground flag. E.g.:
fButton->SetBackgroundPixmap(img->GetPixmap());
fButton->ChangeOptions(fButton->GetOptions() | kOwnBackground);
fButton->SetStyle("modern");