We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47eeab6 commit 9be084aCopy full SHA for 9be084a
modules/gui.py
@@ -326,7 +326,7 @@ def refresh_fonts(self):
326
tex_width, tex_height, pixels = imgui.io.fonts.get_tex_data_as_rgba32()
327
except SystemError:
328
tex_height = 1
329
- max_size = 0
+ max_tex_size = 0
330
if tex_height > max_tex_size:
331
globals.settings.interface_scaling = 1.0
332
async_thread.run(db.update_settings("interface_scaling"))
0 commit comments