comparison Applications/Samples/Common/RtViewerView.cpp @ 1910:f81cdf283859

display RT-STRUCT before the referenced slices get loaded
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Feb 2022 10:40:35 +0100
parents c7bc9e1776a6
children 07964689cb0b
comparison
equal deleted inserted replaced
1909:782ba9eb6f22 1910:f81cdf283859
192 } 192 }
193 else 193 else
194 { 194 {
195 next = static_cast<size_t>(temp); 195 next = static_cast<size_t>(temp);
196 } 196 }
197 LOG(INFO) << "RtViewerView::Scroll(" << delta << ") --> slice is now = " << next; 197 LOG(TRACE) << "RtViewerView::Scroll(" << delta << ") --> slice is now = " << next;
198 198
199 if (next != static_cast<int>(currentPlane_)) 199 if (next != static_cast<int>(currentPlane_))
200 { 200 {
201 currentPlane_ = next; 201 currentPlane_ = next;
202 UpdateLayers(); 202 UpdateLayers();