another mobile fix

This commit is contained in:
Zeno Rogue 2017-10-17 23:40:28 +02:00
parent 9f48dcf3f6
commit affd16ca3a
1 changed files with 2 additions and 1 deletions

View File

@ -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')