Summary: | Dragging multiple files shows one random icon attached to the mouse instead of all | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Kai Uwe Broulik <kde> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | frank78ac |
Priority: | NOR | ||
Version: | 1.99 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.0 | |
Sentry Crash Report: |
Description
Kai Uwe Broulik
2011-10-26 18:53:57 UTC
Git commit 03d6343af5647d8915667c4d31ce561c00afff24 by Peter Penz. Committed on 19/11/2011 at 07:34. Pushed by ppenz into branch 'master'. Improve dragging pixmap When dragging multiple files, those files should be shown as part of the dragging pixmap like in Dolphin 1.7. BUG: 285031 FIXED-IN: 4.8.0 M +76 -13 dolphin/src/kitemviews/kfileitemlistview.cpp http://commits.kde.org/kde-baseapps/03d6343af5647d8915667c4d31ce561c00afff24 Thanks for that fix :) Is it possible to have the drag icon big when only dragging one icon like without that fix? (And the icons seem smaller than with the 1.7 dolphin) Oh, I just saw in your code that it is supposed to use the original icon size when dragging only one icon, this seems to not be working, though. |