Go to timestep for pre-excisting node if clicked

This commit is contained in:
farbrorberg
2018-07-05 14:59:44 -04:00
committed by Matthias Berg
parent 63219899f1
commit 72a978f68e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -18,4 +18,4 @@
url = https://github.com/OpenSpace/libtorrent.git
[submodule "modules/dataloader/ext/nativefiledialog"]
path = modules/dataloader/ext/nativefiledialog
url = git@github.com:mlabbe/nativefiledialog.git
url = https://github.com/mlabbe/nativefiledialog.git
+1
View File
@@ -180,6 +180,7 @@ void Loader::loadDataItem(const std::string& absPathToItem) {
if (scene()->sceneGraphNode(dirLeaf)) {
LINFO(fmt::format("The sceneGraphNode {} has already been created!", std::string(dirLeaf)));
goToFirstTimeStep(absPathToItem);
return;
}