2014-07-24 14:33 GMT+02:00 stepharo <[email protected]>: > Pavel > > [ Morphic-Core ] WorldMorph>>mouseDown: evt > super mouseDown: evt. > self currentWindow ifNotNil: [ :topWindow | > SystemWindow passivateTopWindow ] > > creates another dependencies to Morphic-Widgets-Windows >
I can see this dependencies as Undeclared in the generated image. > > There is also > > slideBackToFormerSituation: that could be omve to morphic-base because > it refers to transformation morph. > It is very ugly dependency because we need this classes only for one uncommon case. If it is possible, I would gladly to remove this obsucre code and not add the next one :-) > > Pavel why don't we use > https://github.com/pharo-project/pharo-workingRoadmaps > > to share possible ideas? I would prefer some on-line solution. Eg. wiki on Google Code that is still active... -- Pavel > > > > > On 24/7/14 14:24, stepharo wrote: > >> Hi pavel >> >> this is related to your interrogations about system window >> >> Gofer it >> smalltalkhubUser: 'BaptisteQuide' project: 'PackageDependenciesAnalysis'; >> configuration; >> loadStable >> > > >
