Skip to content

416706 Krita last-used filter is loaded even using the Menu Filter

Ivan Yossi requested to merge ivany/krita:416706_extraFilterLoad into master
  • Update LastUsedFilter when filter is applied

    Before, the value was only updated when selecting a filter from the list.

  • Don't load LastUsedFilter using Menu Filter

    When the filter was called from the Menu, we dont load the LastUsedFilter as we change the filter later and some filters may take a long time to process.

    BUG:416706

Formalities Checklist

  • I confirmed this builds.
  • I confirmed Krita ran and the relevant functions work.
  • I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
  • I made sure my commits build individually and have good descriptions as per KDE guidelines.
  • I made sure my code conforms to the standards set in the HACKING file.
  • I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.
Edited by Ivan Yossi

Merge request reports