Merge jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 26 Jan 2016 09:49:34 +0000
branchjv
changeset 16081 f36d893e95d2
parent 16079 8d69c8519a3a (current diff)
parent 16080 91f72a42634b (diff)
child 16093 a0705d7461fd
Merge
Tools__FontSettingsApplication.st
--- a/Tools__FontSettingsApplication.st	Mon Jan 25 06:42:22 2016 +0100
+++ b/Tools__FontSettingsApplication.st	Tue Jan 26 09:49:34 2016 +0000
@@ -812,6 +812,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).
     ]
 !
 
@@ -914,6 +915,7 @@
     self labelDef value:variableFont.
     self buttonDef value:variableFont.
     self otherDef value:variableFont.
+    self tooltipDef value:variableFont.
 
     self allOfThem value:variableFont.
 
@@ -1355,6 +1357,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