We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are 2 implementors of showSpace: but zero senders. I have not only Bloc and Toplo loaded, also Pyramid and other projects loaded in my image.
showSpace:
Implementor in BlSpace:
showSpace: aSpace "I show a given space either inside of me or let it open by default" aSpace show
In BlElement:
showSpace: aSpace self hasParent ifTrue: [ self parent showSpace: aSpace ] ifFalse: [ self isAttachedToSceneGraph ifTrue: [ self space showSpace: aSpace ] ifFalse: [ aSpace show ] ]
It seems the intention is to support a scenario of inner vs independent windows, via hooks (overriding one of such implementors).
Do you have an opinion @plantec ?
The text was updated successfully, but these errors were encountered:
Delete showSpace: in BlElement and BlSpace,. Fixes #698
0751c94
Successfully merging a pull request may close this issue.
There are 2 implementors of
showSpace:
but zero senders. I have not only Bloc and Toplo loaded, also Pyramid and other projects loaded in my image.Implementor in BlSpace:
In BlElement:
It seems the intention is to support a scenario of inner vs independent windows, via hooks (overriding one of such implementors).
Do you have an opinion @plantec ?
The text was updated successfully, but these errors were encountered: