Gui: when closing application remove all manipulators
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
#include "WaitCursor.h"
|
||||
#include "Workbench.h"
|
||||
#include "WorkbenchManager.h"
|
||||
#include "WorkbenchManipulator.h"
|
||||
#include "WidgetFactory.h"
|
||||
|
||||
|
||||
@@ -537,6 +538,7 @@ Application::~Application()
|
||||
{
|
||||
Base::Console().Log("Destruct Gui::Application\n");
|
||||
WorkbenchManager::destruct();
|
||||
WorkbenchManipulator::removeAll();
|
||||
SelectionSingleton::destruct();
|
||||
Translator::destruct();
|
||||
WidgetFactorySupplier::destruct();
|
||||
|
||||
Reference in New Issue
Block a user