diff --git a/examples/editor.gif b/examples/editor.gif index d2c5feb..3c04279 100644 Binary files a/examples/editor.gif and b/examples/editor.gif differ diff --git a/visual_editor/rotaboxer.py b/visual_editor/rotaboxer.py index 6370387..add0cac 100644 --- a/visual_editor/rotaboxer.py +++ b/visual_editor/rotaboxer.py @@ -359,7 +359,7 @@ def __init__(self, **kwargs): self.simplicity = 10 self.ctrl = False self.to_transfer = [] - self.nums_on = True + self.nums_on = False self.default_color = .29, .518, 1, 1 self.last_dir = app_config.get('last dir', './') diff --git a/visual_editor/rotaboxer/rotaboxer.kv b/visual_editor/rotaboxer/rotaboxer.kv index f0fb63e..ca5979e 100644 --- a/visual_editor/rotaboxer/rotaboxer.kv +++ b/visual_editor/rotaboxer/rotaboxer.kv @@ -327,7 +327,6 @@ on_active: if self.active: root.nums_on = True else: root.nums_on = False - active: True BoxLayout: spacing: dp(2) Button: @@ -524,7 +523,7 @@ orientation: 'vertical' min: dp(-root.complexity) max: dp(0.0) - step: 1 + step: .5 value: trace_box.thres * -1 on_value: if not busy.opacity and self.value < dp(0.0): trace_box.thres = self.value * -1