Docking: Fixed docking a split node into the empty central node of a dockspace leading to the central node tag being incorrectly carried along. (#2109)
IM_ASSERT(results->CentralNode==NULL);// Should be only one
IM_ASSERT(node->IsLeafNode()&&"If you get this assert: your .ini file may have been damaged by an old bug. OR please submit repro of actions leading to this");
IM_ASSERT(node->IsLeafNode()&&"If you get this assert: please submit .ini file + repro of actions leading to this.");