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
Pressing Super+F will cause the following error and will hinder the ability to further use InfiniteGlass.
bbox_view() missing 1 required positional argument: 'orig_view'
Traceback (most recent call last):
File "/InfiniteGlass/glass-input/glass_input/mode.py", line 164, in handle
self.action(eventfilter, action, event)
File "/InfiniteGlass/glass-input/glass_input/mode.py", line 199, in action
self.action(eventfilter, config["modes"][action], event, **kw)
File "/InfiniteGlass/glass-input/glass_input/mode.py", line 178, in action
if push_config(self.display, action, first_event=event, last_event=event, **kw):
File "/InfiniteGlass/glass-input/glass_input/mode.py", line 53, in push_config
return push(display, cls, **cfg)
File "/InfiniteGlass/glass-input/glass_input/mode.py", line 43, in push
if not mode.enter():
File "/InfiniteGlass/glass-input/glass_input/title_search.py", line 39, in enter
self.display.root["IG_VIEW_DESKTOP_VIEW"] = self.bbox_view()
File "/InfiniteGlass/glass-input/glass_input/title_search.py", line 23, in bbox_view
return utils.bbox_view(res, self.orig_view)
TypeError: bbox_view() missing 1 required positional argument: 'orig_view'
The text was updated successfully, but these errors were encountered:
Pressing Super+F will cause the following error and will hinder the ability to further use InfiniteGlass.
The text was updated successfully, but these errors were encountered: