Skip to content

Commit ce800e3

Browse files
Remove click objects bellow
1 parent 983e5d9 commit ce800e3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pythonvideoannotator_models_gui/models/video/video_gui.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,4 @@ def filepath(self, value):
178178
self._width_label.value = "Width: {0}".format(width)
179179
self._height_label.value = "Height: {0}".format(height)
180180

181-
182-
def on_click(self, event, x, y):
183-
for obj in self.objects: obj.on_click(event, x, y)
184-
181+

0 commit comments

Comments
 (0)