comparison Samples/Qt/QStoneOpenGlWidget.cpp @ 884:aad5ccf1be10 am-dev

cleanup
author Alain Mazy <alain@mazy.be>
date Tue, 09 Jul 2019 14:43:00 +0200
parents 30268a0cafca
children 9c2f6d6b9f4a
comparison
equal deleted inserted replaced
883:30268a0cafca 884:aad5ccf1be10
163 163
164 void QStoneOpenGlWidget::wheelEvent(QWheelEvent *qtEvent) 164 void QStoneOpenGlWidget::wheelEvent(QWheelEvent *qtEvent)
165 { 165 {
166 OrthancStone::GuiAdapterWheelEvent guiEvent; 166 OrthancStone::GuiAdapterWheelEvent guiEvent;
167 throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented); 167 throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented);
168
169 // force redraw of the OpenGL widget
170 update();
168 } 171 }