#BUGFIX
authorStefan Vogel <sv@exept.de>
Mon, 25 Jan 2016 13:26:33 +0100
changeset 16080 91f72a42634b
parent 16078 d79040785999
child 16081 f36d893e95d2
child 16082 b5d6c5005c9c
#BUGFIX class: Tools::FontSettingsApplication changed: #changeAllFont #changeToFix:variable: #updateAllFontLabels Fix empty Tooltip font label on startup
Tools__FontSettingsApplication.st
--- a/Tools__FontSettingsApplication.st	Sun Jan 24 22:57:58 2016 +0100
+++ b/Tools__FontSettingsApplication.st	Mon Jan 25 13:26:33 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libtool' }"
 
 "{ NameSpace: Tools }"
@@ -788,6 +786,7 @@
         self menuDef value:(f onDevice:menuLabel device).
         self textDef value:(f onDevice:textLabel device).
         self inputFieldDef value:(f onDevice:inputFieldLabel device).
+        self tooltipDef value:(f onDevice:tooltipLabel device).
     ]
 !
 
@@ -890,6 +889,7 @@
     self labelDef value:variableFont.
     self buttonDef value:variableFont.
     self otherDef value:variableFont.
+    self tooltipDef value:variableFont.
 
     self allOfThem value:variableFont.
 
@@ -1331,6 +1331,7 @@
     self update:#value with:nil from:self menuDef.
     self update:#value with:nil from:self textDef.
     self update:#value with:nil from:self inputFieldDef.
+    self update:#value with:nil from:self tooltipDef.
 !
 
 updateFontOfLabel:labelWidget andFontNameHolder:fontNameHolder from:changedObject