UIGalleryView.st
changeset 2199 c542a84adeb6
parent 1895 b7d6683ebaca
child 2200 f258c24270b5
--- a/UIGalleryView.st	Mon Nov 19 19:30:18 2007 +0100
+++ b/UIGalleryView.st	Mon Nov 19 19:30:36 2007 +0100
@@ -9,9 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libtool2' }"
 
 NoteBookView subclass:#UIGalleryView
@@ -235,9 +232,9 @@
             ]
         ]
     ].
-    self withWaitCursorDo:[
+"/    self withWaitCursorDo:[
         canvas specification:specification.
-    ]
+"/    ]
 !
 
 update