Summary: | Thumbnails disappear when stretching Thumbnail column in Table view [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | nurupo <nurupobugskde> |
Component: | Thumbs-Image | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, nurupobugskde |
Priority: | NOR | ||
Version: | 3.2.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/885ccad530ba0ed23421f774a06a0f65c6d27fab | Version Fixed In: | 3.2.0 |
Sentry Crash Report: | |||
Attachments: | patch_319294.diff |
Description
nurupo
2013-05-04 00:12:22 UTC
Created attachment 79681 [details]
patch_319294.diff
Since column's width is irrelevant to thumbnail's width, don't use it as size parameter.
Git commit 885ccad530ba0ed23421f774a06a0f65c6d27fab by Michael Georg Hansen. Committed on 04/05/2013 at 13:22. Pushed by mghansen into branch 'master'. Fix thumbnails disappearing when columns are too wide. The idea here is that for landscape images, we adjust the height to to be as high as the row height as long as the width can stretch enough because the column is wider than the thumbnail size. However, digiKam limits the thumbnail size to 256, so we also do that here. M +9 -1 digikam/views/tableview_column_thumbnail.cpp http://commits.kde.org/digikam/885ccad530ba0ed23421f774a06a0f65c6d27fab |