Closed dbukki closed 1 year ago
The issue originally mentions only workspaces not being in the correct order. But I noticed that root files in the file browser pane were also not ordered, and the fix is very similar in both cases (missing std::sort).
Fixes #626.
@dbukki Can you please link the corresponding issue? Writing "Fixes #" will automatically link it.
Fixes #626
You have to place that into the initial PR description to make it work, I have updated it.
The issue originally mentions only workspaces not being in the correct order. But I noticed that root files in the file browser pane were also not ordered, and the fix is very similar in both cases (missing std::sort).
Fixes #626.