Add comment on use of font update methods

This commit is contained in:
Jacob Støren 2020-02-28 11:05:29 +01:00
parent 7b3aca4340
commit ec1bccc1f5

View File

@ -83,6 +83,9 @@ public:
void viewNavigationChanged();
// Font methods relates to RimPreferences settings
// When the preferences are changed, these methods are called to propagate the changes into the windows.
virtual bool hasCustomFontSizes( RiaDefines::FontSettingType fontSettingType, int defaultFontSize ) const
{
return false;