Revision ad0c73b...

Go back to digest for 18th May 2014

Bug Fixes in KDE Base

Sebastian Kügler committed changes in [plasma-desktop] applets/kickoff/package/contents/ui/KickoffItem.qml:

Reset currentItem in ListViews correctly

Without this patch, all items (apps, actions, etc.) would keep selection
state until someone else "steals" it. The problem is that in many cases,
it's not the mouse position that matters which item gets activated, but
the currently selected item in a given listview.

Adding an onExited handler to the onEntered handler fixes this, and thus
the bug that in some cases, the wrong app gets started.

File Changes

Modified 1 files
  • applets/kickoff/package/contents/ui/KickoffItem.qml
1 files changed in total