ui: mouse cursor override

mouse cursor override in qtmainwindow removed, mouse cursor for codearea and graphview set to arrow
This commit is contained in:
Andreas Stallinger
2016-01-13 17:15:53 +01:00
parent 99776f0242
commit 047490512b
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ bool FileSystem::equivalent(const std::string& pathA, const std::string& pathB)
void FileSystem::createDirectory(const FilePath& path)
{
boost::filesystem::create_directory(path.str());
boost::filesystem::create_directories(path.str());
}
std::vector<FilePath> FileSystem::getSubDirectories(const FilePath &path)