update CHANGELOG. remove Lock Levels.
This commit is contained in:
@@ -15,7 +15,7 @@ viewable RoutineEditor:
|
||||
# any changes to the routine. The changed callback
|
||||
proc changed(routine: Routine)
|
||||
|
||||
method view(editor: RoutineEditorState): Widget {.locks: "unknown".} =
|
||||
method view(editor: RoutineEditorState): Widget =
|
||||
result = gui:
|
||||
#must have top level container that everything else is inside of.
|
||||
Box:
|
||||
|
||||
Reference in New Issue
Block a user