comparison OrthancStone/Sources/Scene2D/GrayscaleWindowingSceneTracker.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
172 172
173 SetWindowing(center, width); 173 SetWindowing(center, width);
174 } 174 }
175 } 175 }
176 176
177 void GrayscaleWindowingSceneTracker::Cancel() 177 void GrayscaleWindowingSceneTracker::Cancel(const Scene2D& scene)
178 { 178 {
179 SetWindowing(originalCenter_, originalWidth_); 179 SetWindowing(originalCenter_, originalWidth_);
180 } 180 }
181 } 181 }