[Digikam-devel] [Bug 248943] Annoying and dangerous number input fields in editor
Gilles Caulier
caulier.gilles at gmail.com
Wed Sep 15 10:31:03 BST 2010
https://bugs.kde.org/show_bug.cgi?id=248943
--- Comment #6 from Gilles Caulier <caulier gilles gmail com> 2010-09-15 11:31:01 ---
Marcel,
I commented these lines:
void BCGTool::prepareEffect()
{
...
toolSettings()->setEnabled(false);
toolView()->setEnabled(false);
...
}
and these lines :
void BCGTool::renderingFinished()
{
...
toolSettings()->setEnabled(true);
toolView()->setEnabled(true);
...
}
This is not solve the problem. The focus is not lost by setEnabled() calls
Note : After to rendre on time the preview, when i press enter, the tool apply
the effect. So the keyboard focus are reaffected to buttons on the bottom of
tool settings view.
Gilles
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list