From d79916f598ec7cd2c1957f91b648d0e7aedc5ed6 Mon Sep 17 00:00:00 2001 From: Jehan Date: Fri, 25 Jan 2019 21:45:17 +0100 Subject: [PATCH] NEWS: keep up-to-date. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 4e1d6a6f78..312525d5fe 100644 --- a/NEWS +++ b/NEWS @@ -76,6 +76,16 @@ Usability: - Work around weird display of the item list in various drop down all over GIMP (all GIMP classes based off GtkComboBox), which had empty scrollable space at the top. + - GimpSpinScale widget now has an optional feature to constrain the + value to integer when dragging with a pointer (even if the scale + allows for fractional numbers), set with new function + gimp_spin_scale_set_constrain_drag(). + This is useful for settings where fractional numbers are technically + possible, yet most common use case are with integers (such as pixel + sizes, angles in degrees, etc.) so you want the easy interface to be + constrained. Fractional numbers are still settable, for instance by + keyboard edit; and arrow incrementation won't drop fraction parts. + This is currently only activated for brush options in paint tools. Tools: