Skip to content

Commit 2fb1d06

Browse files
committed
bump glassesTools, update gui.set_allow_annotate() call
1 parent 3331dab commit 2fb1d06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
glassesTools[GUI]==1.12.1 # pulls in various other dependencies such as imgui_bundle, matplotlib, numpy, opencv, pandas, polars
1+
glassesTools[GUI]==1.12.2 # pulls in various other dependencies such as imgui_bundle, matplotlib, numpy, opencv, pandas, polars
22
I2MC>=2.2.6
33
aiosqlite
44
uvloop ; sys_platform != "win32"

src/glassesValidator/process/b_codeMarkerInterval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def do_the_work(working_dir, config_dir, gui: video_player.GUI, show_poster):
110110
gui.set_allow_seek(True)
111111
gui.set_allow_timeline_zoom(True)
112112
gui.set_show_controls(True, gui.main_window_id)
113-
gui.set_allow_annotate(True, {annotation.Event.Validate: imgui.Key.v})
113+
gui.set_allow_annotate({annotation.Event.Validate}, {annotation.Event.Validate: imgui.Key.v})
114114
gui.set_show_timeline(True, video_ts, episodes, gui.main_window_id)
115115
gui.set_show_annotation_label(False, gui.main_window_id)
116116
gui.set_show_action_tooltip(True, gui.main_window_id)

0 commit comments

Comments
 (0)