Browse Source

locate to the new directory after creation

Signed-off-by: Le Tan <[email protected]>
Le Tan 8 years ago
parent
commit
bc9ed31db6
1 changed files with 2 additions and 0 deletions
  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);