From 13f6e450824dbce2e73b9139dc7283ef903210d1 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 20 Jan 2021 10:47:23 -0500 Subject: Add font change notifications to reflection view. --- ui/reflectionview.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/reflectionview.h b/ui/reflectionview.h index 6439fbe4..1be8cc50 100644 --- a/ui/reflectionview.h +++ b/ui/reflectionview.h @@ -39,6 +39,7 @@ public: void toggleILSync(); void toggleLocationSync(); + virtual void notifyFontChanged() override; virtual void notifyViewLocationChanged(View* view, const ViewLocation& viewLocation) override; virtual void notifyVisibilityChanged(bool visible) override; virtual bool shouldBeVisible(ViewFrame* frame) override; -- cgit v1.3.1