GNOME Bugzilla – Bug 594998
Keyboard shortcuts does not work for first image when dock is focused
Last modified: 2009-09-12 12:57:57 UTC
Image-related keyboard shortcuts does not always work when a dock is in focus, in particular when a new image has been created that is put in the empty-image-window Step-by-step: 1. Start GIMP 2. Create a new image so that the empty-image-window is filled with an image 3. Set focus on a dock window 3. Press e.g. Ctrl+D for Image->Duplicate Expected result: The newly created image is duplicated Actual result: Nothing happens The problem is that dock contexts does not listen to image changes, only display changes. I will commit a fix as soon as I have a bug number.
Fixed in master and gimp-2-6: commit 8794d2481a9632f4d5fca9df1198c9e32c06f480 Author: Martin Nordholts <martinn@src.gnome.org> Date: Sat Sep 12 14:57:46 2009 +0200 Bug 594998 - Keyboard shortcuts does not work for first image when dock is focused The dock needs to listen to image changes in the context and not only display changes since the introduction of the empty-image-window does not cause any display changes when creating the first image. app/widgets/gimpimagedock.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-)