Skip to content

Commit

Permalink
version 0.13.0 - editor automation added
Browse files Browse the repository at this point in the history
  • Loading branch information
unjuan committed May 13, 2020
1 parent 38226a6 commit 918685b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified examples/editor.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion visual_editor/rotaboxer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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', './')

Expand Down
3 changes: 1 addition & 2 deletions visual_editor/rotaboxer/rotaboxer.kv
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 918685b

Please sign in to comment.