class: DebugView
authorStefan Vogel <sv@exept.de>
Thu, 13 Feb 2014 19:32:47 +0100
changeset 13934 ec9cc7cf19aa
parent 13933 e44091dfb020
child 13935 4e4b26cf7484
class: DebugView changed: #initialize access font via message send
DebugView.st
--- a/DebugView.st	Thu Feb 13 17:25:19 2014 +0100
+++ b/DebugView.st	Thu Feb 13 19:32:47 2014 +0100
@@ -2757,7 +2757,7 @@
 
     super initialize.
 
-    font := font onDevice:device.
+    self createFontOnDevice.
     userPrefs := UserPreferences current.
 
     verboseBacktrace := userPrefs verboseBacktraceInDebugger ? false.
@@ -9066,15 +9066,15 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.644 2014-02-06 11:47:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.645 2014-02-13 18:32:47 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.644 2014-02-06 11:47:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.645 2014-02-13 18:32:47 stefan Exp $'
 !
 
 version_SVN
-    ^ '$Id: DebugView.st,v 1.644 2014-02-06 11:47:16 cg Exp $'
+    ^ '$Id: DebugView.st,v 1.645 2014-02-13 18:32:47 stefan Exp $'
 ! !