# HG changeset patch # User Claus Gittinger # Date 1563446324 -7200 # Node ID 1b69c8dcdfe0a2f62a65cde4562a3d8c4778198f # Parent b8a662f98f30b26acda511ac8d5eaaabbf9ca679 #UI_ENHANCEMENT by cg class: Tools::ViewTreeInspectorApplication changed: #submenuPresentation: diff -r b8a662f98f30 -r 1b69c8dcdfe0 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).