Skip to content

BUG: 415651 Make Add subbrush off on changing multibrush tool's type from Copy Translate

Saurabh Kumar requested to merge confifu/krita:confifu/415651 into master

This commit makes the Add option of subbrush off when changing from Copy Translate type to any other type. The option is toggled off even for Copy Translate type of multibrush. Previously the Add option stayed on and drawing with other tools was not possible unless it was turned off.

Test Plan

  • Select multibrush tool.
  • Select Copy Translate type and click on Add button, add some subbrushes.
  • Select other type and draw.( Previously you couldn't unless Add option was turned off).
  • Select Copy Translate again and see that Add button is off.

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 Saurabh Kumar

Merge request reports