You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The settings from full_mouse_settings.talon do not load immediately. I can trigger them to load by going to full_mouse_grid.py and saving that file, at which point the full_mouse_grid stops using the default file settings and starts using the settings in full_mouse_settings.talon.
The text was updated successfully, but these errors were encountered:
On line 120, when I initialize a MouseSnapMillion object,
self.field_size = int(setting_field_size.get())
field size is set by going and getting the field size from the setting. It seems like this happens before the settings file is loaded.
The fix: if I get the setting for field size and call it in the draw function, the same as I do with every other setting, then the field size gets correctly drawn.
The settings from full_mouse_settings.talon do not load immediately. I can trigger them to load by going to full_mouse_grid.py and saving that file, at which point the full_mouse_grid stops using the default file settings and starts using the settings in full_mouse_settings.talon.
The text was updated successfully, but these errors were encountered: