We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0357b5 commit e89f7b7Copy full SHA for e89f7b7
funscript_editor/ui/opencvui.py
@@ -452,9 +452,9 @@ def min_max_selector(self,
452
self.set_background_image(image, copy_image=True)
453
self.print_text(title_min if title_min != "" else "Min")
454
self.print_text(title_max if title_max != "" else "Max", text_position_x='column2')
455
- self.print_text(info)
456
self.print_text("Set {} to {}".format('Min', trackbarValueMin))
457
self.print_text("Set {} to {}".format('Max', trackbarValueMax), text_position_x='column2')
+ self.print_text("Info: " + info)
458
ret = self.show(25)
459
460
if self.was_space_pressed() or ret == ord(' '):
0 commit comments