summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/texteff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/texteff.cpp b/src/texteff.cpp
index eac45eafb..32062fc1b 100644
--- a/src/texteff.cpp
+++ b/src/texteff.cpp
@@ -89,7 +89,7 @@ void MoveAllTextEffects()
}
te->MarkDirty();
- te->top--;
+ te->top -= ZOOM_LVL_BASE;
te->MarkDirty();
}
}