comparison OrthancStone/Sources/Scene2D/ZoomSceneTracker.cpp @ 1975:5a434f5889f8

starting pixel probe
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Oct 2022 11:57:00 +0200
parents 9c0adcc8feec
children 07964689cb0b
comparison
equal deleted inserted replaced
1974:446e0d3e9019 1975:5a434f5889f8
91 locker.Invalidate(); 91 locker.Invalidate();
92 } 92 }
93 } 93 }
94 } 94 }
95 95
96 void ZoomSceneTracker::Cancel() 96 void ZoomSceneTracker::Cancel(const Scene2D& scene)
97 { 97 {
98 ViewportLocker locker(viewport_); 98 ViewportLocker locker(viewport_);
99 99
100 if (locker.IsValid()) 100 if (locker.IsValid())
101 { 101 {