Project

General

Profile

Bug #1987 » lost_pushbutton_style_fix1_20130617a.diff

Bruce Toll, 06/17/2013 09:18 PM

View differences:

src/Wt/WWebWidget.C
app->theme()->apply(self, *result, MainElementThemeRole);
std::string styleClass = result->getProperty(Wt::PropertyClass);
if (!styleClass.empty()) {
if (!lookImpl_)
lookImpl_ = new LookImpl();
lookImpl_->styleClass_ = styleClass;
}
return result;
}
(2-2/2)