Skip to content

Commit

Permalink
Allow to leave a wineprefix directory when opening a VST dll
Browse files Browse the repository at this point in the history
  • Loading branch information
psycha0s committed Oct 1, 2016
1 parent cd9ade3 commit e715063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manager/forms/filedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ void FileDialog::setDirectory(const QString& path)

void FileDialog::goUp()
{
if(rootPath_ == model_->directory())
return;
// if(rootPath_ == model_->directory())
// return;

QDir dir(model_->directory() + "/..");
setDirectory(dir.absolutePath());
Expand Down

0 comments on commit e715063

Please sign in to comment.