GNOME Bugzilla – Bug 677823
Shift + mouse click to link all layers does not work
Last modified: 2012-06-12 21:41:34 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.
Confirming.
Seems i never finished porting that to layer groups...
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(-)
Thanks Michael. :)