We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70531a commit 7f99cbdCopy full SHA for 7f99cbd
src/non-gpl/BBShiftString/BBShiftString.cpp
@@ -255,7 +255,7 @@ int BBShiftStringOutput::Init(Json::Value config) {
255
int pixels = 50;
256
int chanCount = 0;
257
for (auto& a : m_strings[x]->m_virtualStrings) {
258
- if (pixels <= a.pixelCount) {
+ if (pixels < a.pixelCount) {
259
a.pixelCount = pixels;
260
}
261
pixels -= a.pixelCount;
src/non-gpl/DPIPixels/DPIPixels.cpp
@@ -197,7 +197,7 @@ int DPIPixelsOutput::Init(Json::Value config) {
197
198
199
for (auto& a : newString->m_virtualStrings) {
200
201
202
if (outputList != "") {
203
outputList += ", ";
0 commit comments