[Digikam-devel] [digikam] [Bug 341241] DIgikam crash during marking photos in Persons/Tags view

Kristian Karl kristian.hermann.karl at gmail.com
Sat Feb 14 20:45:56 GMT 2015


https://bugs.kde.org/show_bug.cgi?id=341241

--- Comment #6 from Kristian Karl <kristian.hermann.karl at gmail.com> ---
(In reply to Kristian Karl from comment #5)

I used my patched code in my comment. This is the original code:
 void PersistentWidgetDelegateOverlay::showOnIndex(const QModelIndex& index)
 {
     d->index = index;
     restoreFocus();
 }

 I added following:
 void PersistentWidgetDelegateOverlay::showOnIndex(const QModelIndex& index)
 {
   kDebug() << "index 2: " << index.row();
     d->index = index;
   kDebug() << "index 3: " << index.row();
     restoreFocus();
 }

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list