[krita] plugins/paintops/libpaintop/forms: Add a tooltip to the Eraser button in the blending mode preset option page

Boudewijn Rempt null at kde.org
Wed Apr 3 08:40:57 BST 2019


Git commit 98320060ab0284097c5d9bc1471919024c83981b by Boudewijn Rempt.
Committed on 03/04/2019 at 07:37.
Pushed by rempt into branch 'master'.

Add a tooltip to the Eraser button in the blending mode preset option page

The Eraser button doesn't seem to be described in the manual, and it isn't
entirely clear what this does: this is my best guess.

CCMAIL:kimageshop at kde.org
CCBUG:406149

M  +3    -0    plugins/paintops/libpaintop/forms/wdgCompositeOpOption.ui

https://commits.kde.org/krita/98320060ab0284097c5d9bc1471919024c83981b

diff --git a/plugins/paintops/libpaintop/forms/wdgCompositeOpOption.ui b/plugins/paintops/libpaintop/forms/wdgCompositeOpOption.ui
index f7d97febe89..c6d0c64b0b5 100644
--- a/plugins/paintops/libpaintop/forms/wdgCompositeOpOption.ui
+++ b/plugins/paintops/libpaintop/forms/wdgCompositeOpOption.ui
@@ -77,6 +77,9 @@
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
+       <property name="toolTip">
+        <string>Turn the preset into an Eraser preset (overrides the blending mode)</string>
+       </property>
        <property name="text">
         <string>Eraser</string>
        </property>


More information about the kimageshop mailing list