Selaa lähdekoodia

locate to the new directory after creation

Signed-off-by: Le Tan <[email protected]>
Le Tan 8 vuotta sitten
vanhempi
sitoutus
bc9ed31db6
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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);