fixed weird shadow of Text button

This commit is contained in:
Zeno Rogue 2020-07-28 17:54:42 +02:00
parent 3bb3e2027c
commit 92715e5799
1 changed files with 1 additions and 1 deletions

View File

@ -1804,7 +1804,7 @@ namespace mapeditor {
displaymm('l', 8, 8+fs*8, 2, vid.fsize, XLAT("l = line"), 0);
displaymm('c', 8, 8+fs*9, 2, vid.fsize, XLAT("c = circle"), 0);
if(drawing_tool)
displaymm('T', 8, 8+fs*10, 10, vid.fsize, XLAT("T = text"), 0);
displaymm('T', 8, 8+fs*10, 2, vid.fsize, XLAT("T = text"), 0);
if(drawing_tool)
displaymm('e', 8, 8+fs*11, 2, vid.fsize, XLAT("e = erase"), 0);
int s = isize(texture::config.data.pixels_to_draw);