Bug 366735

Summary: Brush tip switches when resizing
Product: [Applications] krita Reporter: Ilya V. Portnov <portnov>
Component: Brush enginesAssignee: Krita Bugs <krita-bugs-null>
Status: VERIFIED FIXED    
Severity: normal CC: halla
Priority: NOR    
Version: git master (please specify the git hash!)   
Target Milestone: ---   
Platform: Debian unstable   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ilya V. Portnov 2016-08-13 15:35:14 UTC
When i select a brush, and then change it's size via widget in toolbar, the brush suddenly changes it's brush tip. 
The point seems to be that Krita for some reason remembered, that some time ago I selected one of tags in brush tip selector in brush editor dialog; and now, when I change brush size, it recalls that and selects first brush tip with that tag.

I checked ~/.config/kritarc and found

[SelectedTags]
kis_brushes=Comics
kis_paintoppresets=Expressionism

The "Comics" is that tag, first brushtip with which krita tends to select each time I change brush size.
When I remove "kis_brushes=" line and restart Krita, everything goes back to normal.

Reproducible: Always

Steps to Reproduce:
1. Select a brush preset.
2. Paint with it a bit
3. Go to brush editor, under "brush tip"
4. Select some tag other than "All"
5. Select one of brush tips.
6. Paint with resulting brush a bit.
7. Switch to another brush preset. Note that it paints as expected.
8. Change brush size by using widget in toolbar, for example
9. Paint with brush

Actual Results:  
Brush continues to paint with the same brush tip

Expected Results:  
Brush starts to paint with first brushtip from tag you selected in step 4.
Comment 1 Halla Rempt 2016-10-29 14:25:47 UTC
Hi Ilya,

This has been fixed in the meantime, please update.
Comment 2 Ilya V. Portnov 2016-11-01 16:43:36 UTC
Yes, this does not reproduce anymore for me. Thanks.