We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d925153 commit 9b4ec0bCopy full SHA for 9b4ec0b
src/gazeMapper/GUI/_impl/session_lister.py
@@ -52,9 +52,9 @@ def __init__(self,
52
imgui.TableFlags_.sort_multi |
53
imgui.TableFlags_.reorderable |
54
imgui.TableFlags_.sizing_fixed_fit |
55
- imgui.TableFlags_.highlight_hovered_column |
56
- imgui.TableFlags_.borders_inner_v |
57
- imgui.TableFlags_.no_borders_in_body_until_resize
+ imgui.TableFlags_.highlight_hovered_column #|
+ #imgui.TableFlags_.borders_inner_v |
+ #imgui.TableFlags_.no_borders_in_body_until_resize
58
)
59
60
def set_actions_to_show(self, actions: set[process.Action]):
0 commit comments