Summary: | when creating a new folder where download new photoes the parent album remains selected | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Salvatore Brigaglia <opensourcecat> |
Component: | Import-Albums | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bdillahu |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: | |||
Attachments: | patch |
Description
Salvatore Brigaglia
2009-01-08 10:12:53 UTC
Created attachment 30024 [details]
patch
Confirmed, the selection mode is not changed from the default. However I tried doing just this and the bug persists. Qt bug perhaps?
The attached patch gives the desired behaviour by clearing any existing selection when selecting the new albumitem.
Also I changed uses of currentItem() to selectedItems() as using currentItem() assumes that the treewidget is in single selection mode.
Patch seems to work fine... anyone else tested it? +1 from me... Andi i and it is not working here: digikam svn revision 907680 *** Bug 180089 has been marked as a duplicate of this bug. *** SVN commit 909924 by cgilles: digiKam from trunk : set QtreeWidget item selection properly when new album is created BUG: 180447 BUG: 180003 M +2 -0 albumselectdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=909924 |