Skip to content

Commit

Permalink
fix #274803: MDL Workspace Not Displayed After Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Jul 30, 2018
1 parent 44debd7 commit dbe6b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/palettebox.cpp
Expand Up @@ -178,6 +178,7 @@ void PaletteBox::selectWorkspace(QString path)
{
int idx = workspaceList->findData(path);
workspaceList->setCurrentIndex(idx);
workspaceSelected(idx);
}

//---------------------------------------------------------
Expand Down

0 comments on commit dbe6b4d

Please sign in to comment.