adjust font sizes in response to zoom changes
Dependencies
- [2]
GVX7YSQYinitial script after splitting up text-zoom
Change contents
- replacement in screens/text-box at line 123
local update_font = function(newf)if font_height == newf then return endfont_height = newfr.refresh_font = function() - edit in screens/text-box at line 129
local update_font = function(newf)if font_height == newf then return endfont_height = newfr.refresh_font()end - edit in screens/main at line 68
for _,w in ipairs(widgets) doif w.refresh_font then w.refresh_font() endend