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 677823 - Shift + mouse click to link all layers does not work
Shift + mouse click to link all layers does not work
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.8.0
Other All
: Normal normal
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2012-06-10 20:22 UTC by Rod
Modified: 2012-06-12 21:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rod 2012-06-10 20:22:15 UTC
Hi i am using windows xp 32 bit and it seems using the keyboard and mouse click shortcut "Shift + left mouse click" no longer works with Gimp-2.8 to link all layers.
Comment 1 Michael Schumacher 2012-06-11 18:56:23 UTC
Confirming.
Comment 2 Michael Natterer 2012-06-12 19:22:36 UTC
Seems i never finished porting that to layer groups...
Comment 3 Michael Natterer 2012-06-12 19:42:39 UTC
Fixed in master and gimp-2-8:

commit 687fbf458312e73c63c4e2a7c3cb49525cd59689
Author: Michael Natterer <mitch@gimp.org>
Date:   Tue Jun 12 21:39:40 2012 +0200

    Bug 677823 - Shift + mouse click to link all layers does not work
    
    This got lost during layer group porting, reimplement it, but restrict
    "all layers" to the clicked layer's branch in the tree.
    (cherry picked from commit 67b5a509b6c830e59f0f9edaae78899afc0ec1c8)

 app/core/gimpitem-exclusive.c  |   91 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 app/core/gimpitem-exclusive.h  |    2 ++
 app/widgets/gimpitemtreeview.c |    2 +-
 3 files changed, 92 insertions(+), 3 deletions(-)
Comment 4 Rod 2012-06-12 21:41:34 UTC
Thanks Michael.  :)