SGI style: enable complex widget rendering

Was commented out for no obvious reason

This resolves issue #64.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/66/head
Mavridis Philippe 2 years ago
parent 4d35e785e6
commit 12c9e70bad

@ -1399,7 +1399,7 @@ void TQSGIStyle::drawComplexControl( ComplexControl control,
break;
default:
// TQMotifStyle::drawComplexControl( control, p, ceData, elementFlags, r, cg, flags, sub, subActive, opt, widget );
TQMotifStyle::drawComplexControl( control, p, ceData, elementFlags, r, cg, flags, sub, subActive, opt, widget );
break;
}
}

Loading…
Cancel
Save