VariablePanel.st
changeset 2084 5e2d277d82a8
parent 2073 40873b6d96bb
child 2108 b9322a905330
--- a/VariablePanel.st	Fri Dec 10 16:13:38 1999 +0100
+++ b/VariablePanel.st	Mon Dec 13 12:23:38 1999 +0100
@@ -640,6 +640,8 @@
 
     |lineModeBoolean|
 
+    DefaultVCursor := DefaultHCursor := nil.
+
     DefaultShowHandle := StyleSheet at:#'variablePanel.showHandle' default:true.
     DefaultHandleStyle := StyleSheet at:#'variablePanel.handleStyle'.
     DefaultHandlePosition := StyleSheet at:#'variablePanel.handlePosition' "default:#right".
@@ -666,7 +668,7 @@
      VariablePanel updateStyleCache
     "
 
-    "Modified: / 19.5.1998 / 16:08:54 / cg"
+    "Modified: / 13.12.1999 / 12:08:33 / cg"
 ! !
 
 !VariablePanel methodsFor:'accessing'!
@@ -1723,5 +1725,5 @@
 !VariablePanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.53 1999-12-09 11:10:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.54 1999-12-13 11:23:38 cg Exp $'
 ! !