#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 13 Oct 2016 11:42:31 +0200
changeset 5914 1db68d37c59c
parent 5913 9978a04ca957
child 5915 d6c5de9d52bf
#REFACTORING by cg class: TextView changed: #changeFont no need for a new debugger (its codeView gets the change anyway)
TextView.st
--- a/TextView.st	Thu Oct 13 03:03:40 2016 +0200
+++ b/TextView.st	Thu Oct 13 11:42:31 2016 +0200
@@ -2100,7 +2100,7 @@
             fontPrefs at:#Text put:(newFont storeString).
             newFontPrefs notNil ifTrue:[ userPrefs fontPreferences:newFontPrefs ].
             userPrefs beModified.
-            DebugView newDebugger.
+            "/ DebugView newDebugger.
             TextView allSubInstances do:[:v |
                 v class defaultFont:newFont.
                 v font:newFont