Skip to content

Commit 9854833

Browse files
author
arch
committed
add code comment
1 parent f4bf2c4 commit 9854833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

funscript_editor/ui/opencvui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def __init__(self, params: OpenCV_GUI_Parameters):
158158
self.preview_scaling_applied = False
159159
self.preview_image = None
160160
self.preview_image_without_scale = None
161-
# cv2.startWindowThread()
161+
# cv2.startWindowThread() # Dont use this -> window update process borken
162162

163163

164164
def __del__(self):

0 commit comments

Comments
 (0)