[Digikam-devel] [Bug 131743] Comments and tag edit widgets should retain focus when changing image
Gilles Caulier
caulier.gilles at kdemail.net
Wed Jan 3 12:46:40 GMT 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=131743
------- Additional Comments From caulier.gilles kdemail net 2007-01-03 13:46 -------
SVN commit 619446 by cgilles:
digikam from trunk : fix Image editor AddBorder Tool default shortcut from CTRL+B to CTRL+F (like Frame). Note "CTRL+B" will be use to "Color Balance" Tool like with Photoshop.
CCBUGS: 131743
M +1 -1 imageplugin_border.cpp
--- trunk/extragear/graphics/digikamimageplugins/border/imageplugin_border.cpp #619445:619446
@ -40,7 +40,7 @
: Digikam::ImagePlugin(parent, "ImagePlugin_Border")
{
m_borderAction = new KAction(i18n("Add Border..."), "bordertool",
- CTRL+Key_B,
+ CTRL+Key_F,
this, SLOT(slotBorder()),
actionCollection(), "imageplugin_border");
More information about the Digikam-devel
mailing list