summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kdefx/kstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdefx/kstyle.cpp b/kdefx/kstyle.cpp
index b37ae91c1..ac37f69c8 100644
--- a/kdefx/kstyle.cpp
+++ b/kdefx/kstyle.cpp
@@ -2091,7 +2091,7 @@ void TransparencyHandler::bottomShadow(TQImage& dst)
}
}
- strip_data = shadow_strip[++line];
+ strip_data = shadow_strip[line++];
}
}