diff --git a/toonz/sources/toonz/filebrowser.cpp b/toonz/sources/toonz/filebrowser.cpp index a019683..5c40d47 100644 --- a/toonz/sources/toonz/filebrowser.cpp +++ b/toonz/sources/toonz/filebrowser.cpp @@ -2127,8 +2127,7 @@ void FileBrowser::refreshFolder(const TFilePath &folderPath) { std::set::iterator it; for (it = activeBrowsers.begin(); it != activeBrowsers.end(); ++it) { FileBrowser *browser = *it; - DvDirModel::instance()->refreshFolder( - folderPath, DvDirModel::instance()->getIndexByPath(folderPath)); + DvDirModel::instance()->refreshFolder(folderPath); if (browser->getFolder() == folderPath) { browser->setFolder(folderPath, false, true); }