diff --git a/repository/Grafoscopio/GrafoscopioBrowser.class.st b/repository/Grafoscopio/GrafoscopioBrowser.class.st index 7609c12..2f2512e 100644 --- a/repository/Grafoscopio/GrafoscopioBrowser.class.st +++ b/repository/Grafoscopio/GrafoscopioBrowser.class.st @@ -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 }