mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-11 14:41:57 +00:00
Directory tree view now updates to reflect changes when moving/renaming folders
This commit is contained in:
@@ -31,10 +31,9 @@ protected:
|
||||
|
||||
if (pParent)
|
||||
{
|
||||
gpEdApp->ResourceBrowser()->DirectoryAboutToBeCreated( TO_QSTRING(mParentPath + mDirName) );
|
||||
mpDir = pParent->FindChildDirectory(mDirName, true);
|
||||
|
||||
if (mpDir)
|
||||
gpEdApp->ResourceBrowser()->DirectoryCreated(mpDir);
|
||||
gpEdApp->ResourceBrowser()->DirectoryCreated(mpDir);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user