Update hardware device classification map

Fix potential infinite loop in TDEStyle
(cherry picked from commit 6b07d53d94)
v3.5.13-sru
Timothy Pearson 10 years ago committed by Slávek Banko
parent 991e21f15f
commit 1a157e64a6

@ -2091,7 +2091,7 @@ void TransparencyHandler::bottomShadow(TQImage& dst)
}
}
strip_data = shadow_strip[++line];
strip_data = shadow_strip[line++];
}
}

Loading…
Cancel
Save