ui,ui/internal/ops: store owner Ops in OpBlock

Allows users to refer to other (cached) Ops from a main Ops.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-06-01 21:41:32 +02:00
parent 9d661277da
commit bf5d083b8a
2 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ const (
TypePopLen = 1
TypeBlockDefRefs = 0
TypeBlockRefs = 0
TypeBlockRefs = 1
TypeTransformRefs = 0
TypeLayerRefs = 0
TypeRedrawRefs = 0