#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Thu, 18 Jul 2019 12:38:44 +0200
changeset 3693 1b69c8dcdfe0
parent 3692 b8a662f98f30
child 3694 33ee2b9869fb
#UI_ENHANCEMENT by cg class: Tools::ViewTreeInspectorApplication changed: #submenuPresentation:
Tools__ViewTreeApplication.st
--- 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).