Skip to content

Commit

Permalink
Revert accidental commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
eikehein committed Apr 30, 2014
1 parent bdc12ce commit fc36e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kicker/package/contents/ui/ItemListView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FocusScope {
property QtObject childDialog: null
property int childItemListHeight

property bool containsMouse: mouseEventListener.containsMouse || (childDialog != null && childDialog.mainItem.containsMouse) || (dialog != null && childDialog == null)
property bool containsMouse: mouseEventListener.containsMouse || (childDialog != null && childDialog.mainItem.containsMouse)

property alias model: listView.model
property alias currentIndex: listView.currentIndex
Expand Down

0 comments on commit fc36e9f

Please sign in to comment.