~paulliu/unity/phablet-fake-peoplepreviewdata

« back to all changes in this revision

Viewing changes to Panel/Indicators.qml

  • Committer: Tarmac
  • Author(s): Nick Dedekind
  • Date: 2013-04-23 19:23:39 UTC
  • mfrom: (619.1.1 phablet-trunk)
  • Revision ID: tarmac-20130423192339-30cxk3wra4n467h8
Fixed issue where the indicator menus will not open if you do a small swipe on the indicator bar.

Approved by PS Jenkins bot, Michał Sawicz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
                if (indicators.state == "initial") {
251
251
                    openOverview()
252
252
                }
 
253
                else {
 
254
                    indicators.calculateCurrentItem(revealer.lateralPosition, false)
 
255
                    menuContent.showMenu()
 
256
                }
253
257
                indicators.state = "commit"
254
258
            }
255
259
        }