diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2022-04-24 23:18:25 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 08:55:07 +0200 |
commit | d8db49dca932204bcb012aceda9a960fd8157b68 (patch) | |
tree | 53bc74ea2bfed9c7c88dc7d2864d8c3212be3ca7 | |
parent | 9973834c461081c80272e94a6a76b88d6ba42cf4 (diff) | |
download | tqt3-d8db49dca932204bcb012aceda9a960fd8157b68.tar.gz tqt3-d8db49dca932204bcb012aceda9a960fd8157b68.zip |
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>
(cherry picked from commit 12c9e70bad3364fe609ac0200dc34e815d40a481)
-rw-r--r-- | src/styles/qsgistyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index aa88a6c95..4ce4a2259 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/qsgistyle.cpp @@ -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; } } |