diff options
| author | Brian Potchik <brian@vector35.com> | 2020-12-06 12:33:18 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-12-06 12:33:18 -0500 |
| commit | 09c0f20bb9372909232397300d74329cc793c552 (patch) | |
| tree | 8f3868dc9a30cec28390504fa8f429d397075464 | |
| parent | f5030ef45ba851c905327d30905f5dafe4b1668c (diff) | |
Update reflection view on transition to visible state.
| -rw-r--r-- | ui/reflectionview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/reflectionview.h b/ui/reflectionview.h index 0d1266f3..d250e66f 100644 --- a/ui/reflectionview.h +++ b/ui/reflectionview.h @@ -28,6 +28,7 @@ public: virtual void notifyOffsetChanged(uint64_t offset) override; virtual void notifyViewChanged(ViewFrame* frame) override; + virtual void notifyVisibilityChanged(bool visible) override; virtual bool shouldBeVisible(ViewFrame* frame) override; protected: |
