Revision 1208625
Go back to digest for 26th December 2010Bug Fixes in Graphics
Marcel Wiesweg committed changes in /branches/extragear/graphics/digikam/core/utilities/imageeditor/rawimport:
Calling fileDialog() on a KUrlRequester creates the file dialog, which is only created on demand.
Creating the file dialog involves waiting in an event loop, which can be considered evil.
In our case, it resulted in two RawImport widgets being created, and loading a RAW file twice simultaneously.
Use the appropriate signal to set the preview widget.
File Changes
Modified 2 files
- /branches/extragear/graphics/digikam/core/utilities/imageeditor/rawimport
- /rawsettingsbox.cpp
- /rawsettingsbox.h
2 files changed in total