mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Added support for data:image URIs.
StyleSheetPropertiesParser: fix quoted text reading. ecode: ProjectDirectoryTree fix recursive directories scan.
This commit is contained in:
@@ -167,6 +167,9 @@ void ProjectDirectoryTree::getDirectoryFiles( std::vector<std::string>& files,
|
||||
FileSystem::dirAddSlashAtEnd( fullpath );
|
||||
if ( currentDirs.find( fullpath ) == currentDirs.end() )
|
||||
continue;
|
||||
if ( std::find( mDirectories.begin(), mDirectories.end(), fullpath ) !=
|
||||
mDirectories.end() )
|
||||
continue;
|
||||
mDirectories.push_back( fullpath );
|
||||
} else {
|
||||
mDirectories.push_back( fullpath );
|
||||
|
||||
Reference in New Issue
Block a user