Fix bug in switching active Part/Assembly object when document with active one was closed

This commit is contained in:
jriegel
2012-08-23 17:14:56 +02:00
committed by Stefan Tröger
parent acb93b1644
commit d6772a2a7b
4 changed files with 41 additions and 34 deletions

View File

@@ -102,9 +102,6 @@ TaskWatcherCommands::TaskWatcherCommands(const char* Filter,const char* commands
Content.push_back(tb);
}
TaskWatcherCommands::~TaskWatcherCommands()
{
}
//==== implementer ===========================================================================
@@ -128,9 +125,7 @@ TaskWatcherCommandsEmptyDoc::TaskWatcherCommandsEmptyDoc(const char* commands[],
{
}
TaskWatcherCommandsEmptyDoc::~TaskWatcherCommandsEmptyDoc()
{
}
//==== implementer ===========================================================================