checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 16 May 1996 15:38:23 +0200
changeset 545 99d0cac830ef
parent 544 dea45065e7f1
child 546 d41abf9483e2
checkin from browser
DebugView.st
--- a/DebugView.st	Thu May 16 12:48:09 1996 +0200
+++ b/DebugView.st	Thu May 16 15:38:23 1996 +0200
@@ -438,7 +438,7 @@
      position again
     "
     drawableId notNil ifTrue:[
-        self map.
+        self remap.
     ] ifFalse:[
         self realize.
     ].
@@ -638,7 +638,7 @@
 
     "Created: 24.11.1995 / 19:52:54 / cg"
     "Modified: 3.5.1996 / 23:58:16 / stefan"
-    "Modified: 6.5.1996 / 16:48:03 / cg"
+    "Modified: 16.5.1996 / 15:27:25 / cg"
 !
 
 openOn:aProcess
@@ -2540,5 +2540,5 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.81 1996-05-07 09:29:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.82 1996-05-16 13:38:23 cg Exp $'
 ! !