Updates from the Data Week workshop 1.
This commit is contained in:
parent
ebe30ee52a
commit
b66dfca988
@ -950,7 +950,8 @@ GrafoscopioBrowser >> openFromFileSelector [
|
|||||||
self buildBrowserNamed: workingFile basenameWithIndicator.
|
self buildBrowserNamed: workingFile basenameWithIndicator.
|
||||||
recentTrees isNil
|
recentTrees isNil
|
||||||
ifTrue:[recentTrees := OrderedCollection new].
|
ifTrue:[recentTrees := OrderedCollection new].
|
||||||
recentTrees detect: workingFile ifFound: [recentTrees add: workingFile].
|
"recentTrees detect: workingFile ifFound: [recentTrees add: workingFile]."
|
||||||
|
recentTrees add: workingFile.
|
||||||
mainTree := GrafoscopioNode new
|
mainTree := GrafoscopioNode new
|
||||||
header: 'Arbol principal';
|
header: 'Arbol principal';
|
||||||
level: 0.
|
level: 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user