We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789b12c commit 95f76f3Copy full SHA for 95f76f3
1 file changed
annotation_tool/ui/classification/media_player/__init__.py
@@ -33,11 +33,8 @@ def __init__(self, parent=None):
33
self.prev_clip = self.controls.prev_clip
34
self.next_clip = self.controls.next_clip
35
self.next_action = self.controls.next_action
36
- self.multi_view_btn = self.controls.multi_view_btn
37
38
# =========================================================
39
- # [新增] 补充缺失的接口方法,修复 AttributeError
40
- # =========================================================
41
42
def show_single_view(self, path):
43
"""
@@ -63,4 +60,4 @@ def show_all_views(self, paths):
63
60
64
61
if paths:
65
62
# Fallback: Just show the first video in single view for now
66
- self.show_single_view(paths[0])
+ self.show_single_view(paths[0])
0 commit comments