summaryrefslogtreecommitdiffstats
path: root/style/qtcurve.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'style/qtcurve.cpp')
-rw-r--r--style/qtcurve.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp
index a489e38..32601ea 100644
--- a/style/qtcurve.cpp
+++ b/style/qtcurve.cpp
@@ -5243,8 +5243,9 @@ void QtCurveStyle::drawControl(ControlElement control, TQPainter *p, const TQSty
{
drawMenuOrToolBarBackground(p, r, cg, false, TQt::Horizontal==ceData.orientation);
}
- else
+ else {
BASE_STYLE::drawControl(control, p, ceData, elementFlags, r, cg, flags, data, widget);
+ }
break;
case CE_ProgressBarGroove:
{