comparison Framework/Viewport/WidgetViewport.cpp @ 222:84844649a8fd am

continued: reusable applications
author am@osimis.io
date Tue, 12 Jun 2018 17:21:15 +0200
parents 5412adf19980
children a38465cc909f
comparison
equal deleted inserted replaced
221:d7b2590744f8 222:84844649a8fd
62 { 62 {
63 throw Orthanc::OrthancException(Orthanc::ErrorCode_ParameterOutOfRange); 63 throw Orthanc::OrthancException(Orthanc::ErrorCode_ParameterOutOfRange);
64 } 64 }
65 65
66 mouseTracker_.reset(NULL); 66 mouseTracker_.reset(NULL);
67 67
68 centralWidget_.reset(widget); 68 centralWidget_.reset(widget);
69 centralWidget_->SetViewport(*this); 69 centralWidget_->SetViewport(*this);
70 70
71 if (statusBar_ != NULL) 71 if (statusBar_ != NULL)
72 { 72 {