diff -r d79040785999 -r 91f72a42634b 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