summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2021-01-20 10:47:23 -0500
committerBrian Potchik <brian@vector35.com>2021-01-20 10:47:23 -0500
commit13f6e450824dbce2e73b9139dc7283ef903210d1 (patch)
tree2e0fd6b941ddb9070fd9602b2fd3d0f177d74ab1
parent65e53fe2dc295f7014db493b131c41999ecdd9d3 (diff)
Add font change notifications to reflection view.
-rw-r--r--ui/reflectionview.h1
1 files changed, 1 insertions, 0 deletions
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;