Bug #2599 ยป button_icon.patch
| src/Wt/WPushButton.C 2014-01-30 14:30:21.264427394 +0400 | ||
|---|---|---|
|
image->removeFromParent();
|
||
|
flags_.reset(BIT_ICON_RENDERED);
|
||
|
} else
|
||
|
image->setProperty(PropertySrc, icon_.url());
|
||
|
image->setProperty(PropertySrc, icon_.resolveUrl(WApplication::instance()));
|
||
|
result.push_back(image);
|
||