CreaDevManager application implementation
- Fixed new GUI application main file not recognized bug.
- Fixed new GUI application description view not changed.
this->model->RefreshProject(result);
std::cout << "rebuilding project tree" << std::endl;
this->tree_Projects->BuildTree(this->model->GetModelElements(), this->model->GetProject());
+ this->tree_Projects->Unselect();
+ this->actualTreeItem.Unset();
}
void wxCDMMainFrame::CreateMenus()
this->auiManager.Update();
this->tree_Projects->Unselect();
+ this->actualTreeItem.Unset();
this->tree_Projects->SelectItem(this->model->GetProject()->GetId().GetWxId(), true);
}
event.Skip();