summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index a66c61faa..668d33c8a 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -556,6 +556,8 @@ static int DrawString(int left, int right, int top, char *str, const char *last,
}
}
+ _cur_fontsize = FS_NORMAL;
+
return align == SA_RIGHT ? min_left : max_right;
}