~fboucault/unity-2d/keyboard_navigation_experimental

« back to all changes in this revision

Viewing changes to places/RendererGrid.qml

  • Committer: Florian Boucault
  • Date: 2011-07-27 17:36:25 UTC
  • Revision ID: florian@boucault.net-20110727173625-bv07esnyoxmg29vh
Remade RendererGrid.interactive false thus preventing mouse interaction with the individual groups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
            delegateWidth: renderer.cellWidth
75
75
            delegateHeight: renderer.cellHeight
76
76
 
77
 
//            interactive: false
 
77
            interactive: false
78
78
            clip: true
79
79
 
80
80
            delegate: FocusScope {