Skip to content

Commit

Permalink
Account for SourceList weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten committed Jan 24, 2024
1 parent 563389b commit 520717d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FolderManager/FolderItem.vala
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ namespace Scratch.FolderManager {
if (view.editing) {
return Source.CONTINUE;
} else {
selectable = false;
view.unselect_all ();
// Must do this *after* unselecting all else sourcelist breaks
selectable = false;
}

return Source.REMOVE;
Expand Down

0 comments on commit 520717d

Please sign in to comment.