diff options
Diffstat (limited to 'view/sharedcache/ui/SharedCacheUINotifications.cpp')
| -rw-r--r-- | view/sharedcache/ui/SharedCacheUINotifications.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/sharedcache/ui/SharedCacheUINotifications.cpp b/view/sharedcache/ui/SharedCacheUINotifications.cpp index 6c2d5f35..df7a14af 100644 --- a/view/sharedcache/ui/SharedCacheUINotifications.cpp +++ b/view/sharedcache/ui/SharedCacheUINotifications.cpp @@ -49,6 +49,7 @@ void UINotifications::OnViewChange(UIContext* context, ViewFrame* frame, const Q if (!controller->ApplyRegion(view, *foundRegion)) return; view.AddAnalysisOption("linearsweep"); + view.AddAnalysisOption("pointersweep"); view.UpdateAnalysis(); } }; @@ -63,6 +64,7 @@ void UINotifications::OnViewChange(UIContext* context, ViewFrame* frame, const Q if (!controller->ApplyImage(view, *foundImage)) return; view.AddAnalysisOption("linearsweep"); + view.AddAnalysisOption("pointersweep"); view.UpdateAnalysis(); } }; |
