Open ashishsingh18 opened 4 years ago
This might be the case with other plugins as well...
You're right. It generally should reset when both the following are true at the same time:
I think this can be done in
// reimplemented from QmitkAbstractView
void NodeAdded(const mitk::DataNode* node) override;
// reimplemented from QmitkAbstractView
void NodeRemoved(const mitk::DataNode* node) override;
which are part of QmitkAbstractView or mitk::ILifecycleAwarePart