Project

General

Profile

Bug #1988 » lost_pushbutton_style_fix2_20130617a.diff

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

View differences:

src/Wt/WBootstrapTheme.C
switch (element.type()) {
case DomElement_A:
if (dynamic_cast<WPushButton *>(widget))
if (creating && dynamic_cast<WPushButton *>(widget))
element.addPropertyWord(PropertyClass, "btn");
break;
(2-2/2)