Summary: | Brush size sliders behavior not consistent across GUI. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | vanyossi <ghevan> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/81d4fa148565874a58ee62ef5fca4cc32e698352 | Version Fixed In: | |
Sentry Crash Report: |
Description
vanyossi
2013-04-26 17:36:28 UTC
Ack, it might be minor, and could be argued to be intentional, but it should be consistent. Git commit 81d4fa148565874a58ee62ef5fca4cc32e698352 by Dmitry Kazakov. Committed on 02/09/2013 at 13:11. Pushed by dkazakov into branch 'master'. Changed parameter Scale to Size for predefined brushes It has a few benefits: 1) It is easier for painters to operate with size than with scale 2) There is no cross-rounding problems between Scale and Size sliders. The existence of the Scale slider caused the values of the Size slider to be inexact. 3) Now there is a special 'Reset Brush' button that resets the scale of the brush to 1.0 and reloads other values. Related: bug 322648 M +47 -33 krita/plugins/paintops/libpaintop/kis_brush_chooser.cpp M +4 -3 krita/plugins/paintops/libpaintop/kis_brush_chooser.h http://commits.kde.org/calligra/81d4fa148565874a58ee62ef5fca4cc32e698352 |