GUI: Minor update.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2016-08-14 16:20:12 +00:00
parent 3d51092d0a
commit 2616969131
1 changed files with 2 additions and 2 deletions

View File

@ -740,9 +740,9 @@ GrafoscopioGUI class >> updateSystem [
GrafoscopioGUI class >> updateUI [
"I update the User Interface (UI) with new versions of the docking bar or logos where available.
I'm helpful while testing new functionality that should be expossed to the user via the UI"
(World submorphs select: [ :each | each class = DockingBarMorph ]) allButLastDo: [ :bar | bar delete ].
GrafoscopioGUI startDockingBar.
(World submorphs select: [ :each | each class = DockingBarMorph ]) allButLastDo: [ :bar | bar delete ].
]
{ #category : #initialization }