GUI: Deleting extra main bars.

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

View File

@ -741,7 +741,7 @@ 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"
dockingBar delete.
(World submorphs select: [ :each | each class = DockingBarMorph ]) allButLastDo: [ :bar | bar delete ].
GrafoscopioGUI startDockingBar.
]