*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 03 Feb 2006 12:37:39 +0100
changeset 2906 7dc1929c1697
parent 2905 bf1674854f76
child 2907 c4a8cac87053
*** empty log message ***
NoteBookView.st
--- a/NoteBookView.st	Wed Feb 01 00:29:35 2006 +0100
+++ b/NoteBookView.st	Fri Feb 03 12:37:39 2006 +0100
@@ -1442,7 +1442,8 @@
 
     isSelected := self selectedTab == aTab.
 
-aTab layout isNil ifTrue:[self halt. ^ self ].
+    aTab layout isNil ifTrue:[^ self ].
+
     self paint:(isSelected ifTrue:[self activeBackgroundColor] ifFalse:[self backgroundColor]).
     self fillRectangle:(aTab layout).
 
@@ -3210,5 +3211,5 @@
 !NoteBookView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.114 2006-01-31 23:29:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.115 2006-02-03 11:37:39 cg Exp $'
 ! !