mirror of
https://github.com/lxsang/Diya-API.git
synced 2025-07-24 01:40:12 +02:00
Meta node should not visible
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user