~josephjamesmills/u2t/trunk

« back to all changes in this revision

Viewing changes to shell/hud/Hud.qml

  • Committer: Michał Sawicz
  • Date: 2012-04-13 11:50:04 UTC
  • Revision ID: michal.sawicz@canonical.com-20120413115004-b0icf44comc5hd19
Merge lp:unity-2d r1039

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
                    icon: iconName /* expose this property for tile */
236
236
 
237
237
                    onClicked: executeResult(resultId)
 
238
                    onMouseOverChanged: {
 
239
                        if (mouseOver) {
 
240
                            resultList.currentIndex = model.index;
 
241
                            // workaround for loosing highlight for mouse if search entry steals focus - see https://bugs.launchpad.net/unity-2d/+bug/966180
 
242
                            forceActiveFocus();
 
243
                        }
 
244
                    }
238
245
                }
239
246
 
240
247
                onCurrentItemChanged: {