Bug #1987 » lost_pushbutton_style_fix1_20130617a.diff
| 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;
|
||
|
}
|
||
- « Previous
- 1
- 2
- Next »