Gui: when closing application remove all manipulators
This commit is contained in:
@@ -42,6 +42,11 @@ void WorkbenchManipulator::removeManipulator(const WorkbenchManipulator::Ptr& pt
|
||||
}
|
||||
}
|
||||
|
||||
void WorkbenchManipulator::removeAll()
|
||||
{
|
||||
manipulators.clear();
|
||||
}
|
||||
|
||||
std::set<WorkbenchManipulator::Ptr> WorkbenchManipulator::getManipulators()
|
||||
{
|
||||
return manipulators;
|
||||
|
||||
Reference in New Issue
Block a user