| Summary: | Bad images sort order when starting Digikam | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Thierry Florac <tflorac> |
| Component: | Albums-ItemsSort | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles, marcel.wiesweg |
| Priority: | NOR | ||
| Version First Reported In: | 1.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 1.0.0 | |
| Sentry Crash Report: | |||
|
Description
Thierry Florac
2009-06-25 08:55:44 UTC
SVN commit 987243 by mwiesweg:
Set image sort order at creation
BUG: 197622
M +1 -0 digikamimageview.cpp
--- trunk/extragear/graphics/digikam/digikam/digikamimageview.cpp #987242:987243
@@ -92,6 +92,7 @@
setDropIndicatorShown(false);
setToolTipEnabled(AlbumSettings::instance()->getShowToolTips());
+ imageFilterModel()->setSortRole((ImageSortSettings::SortRole)AlbumSettings::instance()->getImageSortOrder());
ImageRotateLeftOverlay *rotateLeftOverlay = new ImageRotateLeftOverlay(this);
addOverlay(rotateLeftOverlay);
|