From 92715e5799abb44408c4fcf9e75f2769efb6752b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 28 Jul 2020 17:54:42 +0200 Subject: [PATCH] fixed weird shadow of Text button --- mapeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapeditor.cpp b/mapeditor.cpp index b144b06c..bbec50cf 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -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);