Skip to content

Commit 5f21ceb

Browse files
author
arch
committed
add missing text
1 parent bfeef3b commit 5f21ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

funscript_editor/ui/opencvui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ def bbox_selector(self, image: np.ndarray, txt: str, use_zoom = False) -> tuple:
489489
image = cv2.resize(image, None, fx=self.params.zoom_factor, fy=self.params.zoom_factor)
490490

491491
self.set_background_image(image, copy_image=True)
492+
self.print_text("Select area with Mouse and Press 'space' or 'enter' to continue")
492493
self.print_text(txt)
493494

494495
while True:

0 commit comments

Comments
 (0)