Skip to content

Commit 95f76f3

Browse files
Update __init__.py
Remove Multi-view
1 parent 789b12c commit 95f76f3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • annotation_tool/ui/classification/media_player

annotation_tool/ui/classification/media_player/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,8 @@ def __init__(self, parent=None):
3333
self.prev_clip = self.controls.prev_clip
3434
self.next_clip = self.controls.next_clip
3535
self.next_action = self.controls.next_action
36-
self.multi_view_btn = self.controls.multi_view_btn
3736

3837
# =========================================================
39-
# [新增] 补充缺失的接口方法,修复 AttributeError
40-
# =========================================================
4138

4239
def show_single_view(self, path):
4340
"""
@@ -63,4 +60,4 @@ def show_all_views(self, paths):
6360
"""
6461
if paths:
6562
# Fallback: Just show the first video in single view for now
66-
self.show_single_view(paths[0])
63+
self.show_single_view(paths[0])

0 commit comments

Comments
 (0)