1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2024-12-26 03:18:22 +01:00

Meta node should not visible

This commit is contained in:
Dany LE 2022-08-14 22:22:39 +02:00
parent 8978c06efa
commit 0e78e6769d

View File

@ -24,6 +24,11 @@ DiyaMetaNode >> extent [
^ 0@0
]
{ #category : #initialization }
DiyaMetaNode >> initialize [
visibility := false.
]
{ #category : #testing }
DiyaMetaNode >> inner: aPoint [
^ false