diff options
author | Mavridis Philippe <[email protected]> | 2022-04-24 23:18:25 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2022-04-24 23:33:22 +0300 |
commit | 12c9e70bad3364fe609ac0200dc34e815d40a481 (patch) | |
tree | 4b7698941d956ed9f66e716cbe78f9486b4b720f | |
parent | 4d35e785e6c932cf92e77e41ecbdda3b7646b405 (diff) | |
download | tqt3-12c9e70bad3364fe609ac0200dc34e815d40a481.tar.gz tqt3-12c9e70bad3364fe609ac0200dc34e815d40a481.zip |
SGI style: enable complex widget rendering
Was commented out for no obvious reason
This resolves issue #64.
Signed-off-by: Mavridis Philippe <[email protected]>
-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 c6a3c2ba7..3b0db97c2 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; } } |