After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761880 - Paint Dynamics Editor's Mapping Matrix distorted by labels
Paint Dynamics Editor's Mapping Matrix distorted by labels
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal normal
: 2.10
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2016-02-11 20:45 UTC by jose americo gobbo
Modified: 2016-02-11 22:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jose americo gobbo 2016-02-11 20:45:39 UTC
The current GIMP git master is with problems on the Paint Dynamics Editor:
https://goo.gl/yieJhD
Comment 1 Michael Natterer 2016-02-11 21:45:59 UTC
Yeah, a side effect of better automatic GUI generation, I have it fixed
locally.
Comment 2 Michael Natterer 2016-02-11 22:50:45 UTC
Fixed in master:

commit e5b6806fe2c3a0e139db51c26c04a2dc7eca6a5e
Author: Michael Natterer <mitch@gimp.org>
Date:   Thu Feb 11 23:44:07 2016 +0100

    app: port tons of files to the new GIMP_CONFIG_PROP_FOO() macros
    
    and remove lots of labels from calls to gimp_prop_foo_new(). Also
    had to manually remove some unwanted labels that are now added
    automatically, fixes bug #761880.