From d8db49dca932204bcb012aceda9a960fd8157b68 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sun, 24 Apr 2022 23:18:25 +0300 Subject: [PATCH] SGI style: enable complex widget rendering Was commented out for no obvious reason This resolves issue #64. Signed-off-by: Mavridis Philippe (cherry picked from commit 12c9e70bad3364fe609ac0200dc34e815d40a481) --- src/styles/qsgistyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index aa88a6c9..4ce4a225 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; } }