mirror of
https://github.com/lxsang/Diya-API.git
synced 2024-12-27 03:48:21 +01:00
Meta node should not visible
This commit is contained in:
parent
8978c06efa
commit
0e78e6769d
@ -24,6 +24,11 @@ DiyaMetaNode >> extent [
|
|||||||
^ 0@0
|
^ 0@0
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #initialization }
|
||||||
|
DiyaMetaNode >> initialize [
|
||||||
|
visibility := false.
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #testing }
|
{ #category : #testing }
|
||||||
DiyaMetaNode >> inner: aPoint [
|
DiyaMetaNode >> inner: aPoint [
|
||||||
^ false
|
^ false
|
||||||
|
Loading…
Reference in New Issue
Block a user