Moving functionality to GrafoscopioGUI.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2016-05-19 11:20:14 +00:00
parent 6e0b00ac53
commit 4ee483c541
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ GrafoscopioBrowser class >> updateUI [
I'm helpful while testing new functionality that should be expossed to the user via the UI"
dockingBar delete.
self startDockingBar.
GrafoscopioGUI startDockingBar.
]
{ #category : #tags }