From ec1bccc1f55af2c8b151c742ea9dc2105d6ed8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Fri, 28 Feb 2020 11:05:29 +0100 Subject: [PATCH] Add comment on use of font update methods --- ApplicationCode/ProjectDataModel/RimViewWindow.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ApplicationCode/ProjectDataModel/RimViewWindow.h b/ApplicationCode/ProjectDataModel/RimViewWindow.h index 99c0968964..c1df66c847 100644 --- a/ApplicationCode/ProjectDataModel/RimViewWindow.h +++ b/ApplicationCode/ProjectDataModel/RimViewWindow.h @@ -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;