diff options
author | Timothy Pearson <[email protected]> | 2014-08-07 13:04:37 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-08-07 13:04:37 -0500 |
commit | 9781c41e924667647fd8ff605bccdc3b66b41d6b (patch) | |
tree | de19956c3e9166b392303fca6ef5d1b1d351fdd6 /style/qtcurve.cpp | |
parent | 6213a065fe389c83eb5e9fdab42c95b3ff15c59d (diff) | |
download | tde-style-qtcurve-9781c41e924667647fd8ff605bccdc3b66b41d6b.tar.gz tde-style-qtcurve-9781c41e924667647fd8ff605bccdc3b66b41d6b.zip |
Very minor style cleanup
Diffstat (limited to 'style/qtcurve.cpp')
-rw-r--r-- | style/qtcurve.cpp | 3 |
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: { |