summaryrefslogtreecommitdiff
path: root/src/ui/text.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-17 21:54:36 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-17 21:54:36 +0200
commit13c8ad97c6cbef98caee574dd55103db5021653c (patch)
treefcdef223b955a906560286abed2b577751d23b31 /src/ui/text.c
parent59462f7c4f35c75b2951827a81a5cc0ca4d7dbec (diff)
Moved "Find on page" menu item
Mobile "Find on page" is now in the nav menu. Added icons to sidebar toggle items.
Diffstat (limited to 'src/ui/text.c')
-rw-r--r--src/ui/text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/text.c b/src/ui/text.c
index 5163d14a..8107b886 100644
--- a/src/ui/text.c
+++ b/src/ui/text.c
@@ -994,7 +994,6 @@ static iRect run_Font_(iFont *d, const iRunArgs *args) {
994 const iColor clr = get_Color(colorNum); 994 const iColor clr = get_Color(colorNum);
995 SDL_SetTextureColorMod(text_.cache, clr.r, clr.g, clr.b); 995 SDL_SetTextureColorMod(text_.cache, clr.r, clr.g, clr.b);
996 if (args->mode & fillBackground_RunMode) { 996 if (args->mode & fillBackground_RunMode) {
997 printf("draw color: [%d] %d,%d,%d\n", colorNum, clr.r, clr.g, clr.b);
998 SDL_SetRenderDrawColor(text_.render, clr.r, clr.g, clr.b, 0); 997 SDL_SetRenderDrawColor(text_.render, clr.r, clr.g, clr.b, 0);
999 } 998 }
1000 } 999 }