From affd16ca3a792182209bf605a42e2be0a379865f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 17 Oct 2017 23:40:28 +0200 Subject: [PATCH] another mobile fix --- config.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.cpp b/config.cpp index b423eda1..ca82cf8b 100644 --- a/config.cpp +++ b/config.cpp @@ -693,8 +693,9 @@ void showGraphConfig() { if(xuni =='b') { dialog::editNumber(fontscale, 25, 400, 10, 100, XLAT("font scale"), ""); - if(!ISMOBILE) + #if !ISMOBILE dialog::reaction = [] () { setfsize = true; if(fontscale < 25) fontscale = 25; do_setfsize(); }; + #endif } if(xuni =='p')