GUI: Minor update.
This commit is contained in:
parent
3d51092d0a
commit
2616969131
@ -740,9 +740,9 @@ GrafoscopioGUI class >> updateSystem [
|
|||||||
GrafoscopioGUI class >> updateUI [
|
GrafoscopioGUI class >> updateUI [
|
||||||
"I update the User Interface (UI) with new versions of the docking bar or logos where available.
|
"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"
|
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.
|
GrafoscopioGUI startDockingBar.
|
||||||
|
(World submorphs select: [ :each | each class = DockingBarMorph ]) allButLastDo: [ :bar | bar delete ].
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #initialization }
|
{ #category : #initialization }
|
||||||
|
Loading…
Reference in New Issue
Block a user