[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 09:53:30 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 10:53 -------
SVN commit 619384 by cgilles:
digikam from trunk : Image editor Zoom Auto-Fit shortcut : use "CTRL+SHIFT+A" instead "A" to prevent conflict with new rule from Comments Text edit widget focus from right side bar.
CCBUGS: 131743
M +1 -1 editorwindow.cpp
--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/editorwindow.cpp #619383:619384
@ -303,7 +303,7 @
d->zoomMinusAction = KStdAction::zoomOut(m_canvas, SLOT(slotDecreaseZoom()),
actionCollection(), "editorwindow_zoomminus");
d->zoomFitAction = new KToggleAction(i18n("Zoom &AutoFit"), "viewmagfit",
- Key_A, this, SLOT(slotToggleAutoZoom()),
+ CTRL+SHIFT+Key_A, this, SLOT(slotToggleAutoZoom()),
actionCollection(), "editorwindow_zoomfit");
#if KDE_IS_VERSION(3,2,0)
More information about the Digikam-devel
mailing list