GUI: Deleting extra main bars.
This commit is contained in:
parent
bf1b960ad1
commit
3d51092d0a
@ -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 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"
|
||||||
|
|
||||||
dockingBar delete.
|
(World submorphs select: [ :each | each class = DockingBarMorph ]) allButLastDo: [ :bar | bar delete ].
|
||||||
GrafoscopioGUI startDockingBar.
|
GrafoscopioGUI startDockingBar.
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user