comparison Framework/Radiography/RadiographyWidget.cpp @ 1256:771913258728

more keyboard key mappings
author Alain Mazy <alain@mazy.be>
date Thu, 09 Jan 2020 15:24:43 +0100
parents e257b91fae2c
children 9c20ae049669
comparison
equal deleted inserted replaced
1240:8f6c2f9d0fe2 1256:771913258728
189 } 189 }
190 190
191 void RadiographyWidget::Unselect() 191 void RadiographyWidget::Unselect()
192 { 192 {
193 hasSelection_ = false; 193 hasSelection_ = false;
194
195 NotifyContentChanged();
194 BroadcastMessage(SelectionChangedMessage(*this)); 196 BroadcastMessage(SelectionChangedMessage(*this));
195 } 197 }
196 198
197 bool RadiographyWidget::LookupSelectedLayer(size_t& layer) const 199 bool RadiographyWidget::LookupSelectedLayer(size_t& layer) const
198 { 200 {