https://bugs.kde.org/show_bug.cgi?id=453644
Bug ID: 453644 Summary: Can't add or remove effects from favorites Product: kdenlive Version: git-master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: User Interface Assignee: j...@kdenlive.org Reporter: erji...@alumni.iu.edu Target Milestone: --- SUMMARY Can't Favorite on Unfavorite effects. STEPS TO REPRODUCE 1. Right click an effect that is not a favorite and choose "Add to Favorites" 2. Look in Favorites list OBSERVED RESULT Effect is not added to the favorites list EXPECTED RESULT Effect should be added to favorites list, and user should be able to remove effects already in the list SOFTWARE/OS VERSIONS Ubuntu 20.04.4 running Kdenlive git master ADDITIONAL INFORMATION With git master I'm seeing the treeless effect list, and adding a favorite stops early in EffectTreeModel::setFavorite because of the check: if (isEffect && item->depth() == 1) { return; } isEffect is true, so item->depth() must be 1. -- You are receiving this mail because: You are watching all bug changes.