Tools__ViewTreeApplication.st
changeset 3693 1b69c8dcdfe0
parent 3692 b8a662f98f30
child 3745 286a4b165f0b
--- a/Tools__ViewTreeApplication.st	Thu Jul 18 12:28:46 2019 +0200
+++ b/Tools__ViewTreeApplication.st	Thu Jul 18 12:38:44 2019 +0200
@@ -1971,9 +1971,9 @@
 
     list := OrderedCollection new.
 
-    list add:(MenuDesc title:'fgColor'     value:(view foregroundColor)).
-    list add:(MenuDesc title:'bgColor'     value:(view backgroundColor)).
-    list add:(MenuDesc title:'viewBG'      value:(view viewBackground)).
+    list add:(MenuDesc title:'fgColor'     value:(view foregroundColor displayString)).
+    list add:(MenuDesc title:'bgColor'     value:(view backgroundColor displayString)).
+    list add:(MenuDesc title:'viewBG'      value:(view viewBackground displayString)).
 
     list add:(MenuDesc separator).