Small bakcup. Image is becoming unresponsive with last test and a little slower after loading Komitter.
This commit is contained in:
parent
6024ef8058
commit
ae35d258c5
@ -155,6 +155,7 @@ GrafoscopioNotebook >> initializeWidgets [
|
||||
tree
|
||||
childrenBlock: [:node | node children];
|
||||
displayBlock: [:node | node title ].
|
||||
tree whenBuiltDo: [ tree selectedItem: (tree roots first)"; takeHighlight; yourself" ].
|
||||
self focusOrder
|
||||
add: tree;
|
||||
add: header;
|
||||
@ -522,7 +523,7 @@ GrafoscopioNotebook >> tree: anObject [
|
||||
GrafoscopioNotebook >> updateBodyFor: item [
|
||||
item
|
||||
ifNotNil: [ self changeBody: item ]
|
||||
ifNil: [ self inform: 'Nil node' ]
|
||||
ifNil: [ ]
|
||||
]
|
||||
|
||||
{ #category : #operation }
|
||||
|
Loading…
Reference in New Issue
Block a user