Quellcode durchsuchen

locate to the new directory after creation

Signed-off-by: Le Tan <[email protected]>
Le Tan vor 9 Jahren
Ursprung
Commit
bc9ed31db6
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      src/vdirectorytree.cpp

+ 2 - 0
src/vdirectorytree.cpp

@@ -315,6 +315,7 @@ void VDirectoryTree::newSubDirectory()
                 return;
             }
             updateItemChildren(curItem);
+            locateDirectory(subDir);
         }
         break;
     } while (true);
@@ -346,6 +347,7 @@ void VDirectoryTree::newRootDirectory()
                 return;
             }
             updateItemChildren(NULL);
+            locateDirectory(subDir);
         }
         break;
     } while (true);