summaryrefslogtreecommitdiffstats
path: root/kdefx
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-20 14:50:24 -0500
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:47 +0100
commit1a157e64a6d88c7dbfa49e52a3ceef839bf8c874 (patch)
treecff05c3f6727afd929839ac92655a22b74c0f4b1 /kdefx
parent991e21f15fa6227fda6297385225e3d0315b34c1 (diff)
downloadtdelibs-1a157e64a6d88c7dbfa49e52a3ceef839bf8c874.tar.gz
tdelibs-1a157e64a6d88c7dbfa49e52a3ceef839bf8c874.zip
Update hardware device classification map
Fix potential infinite loop in TDEStyle (cherry picked from commit 6b07d53d94da20837b2993180a02f7b474051e0c)
Diffstat (limited to 'kdefx')
-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++];
}
}