~costales/unav/0.60-recalc-route-from-out

« back to all changes in this revision

Viewing changes to qml/PoiListPage.qml

  • Committer: Nekhelesh Ramananthan
  • Author(s): costales
  • Date: 2016-05-01 19:41:38 UTC
  • mfrom: (55.4.22 unav-convergence-part-1)
  • Revision ID: krnekhelesh@gmail.com-20160501194138-x6uo2iytgodbcj9m
Minor fixes:
- Less size for jquery
- Issue: Click fav > Search nearby of that fav > Click show all in map: Issue, popup is not hidden.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
            text: i18n.tr("Show POIs on map")
43
43
            visible: sortedPoiModel.count !== 0
44
44
            onTriggered: {
 
45
                goThereActionPopover.hide();
45
46
                if (mainPageStack.columns === 1) {
46
47
                    mainPageStack.removePages(mainPageStack.primaryPage)
47
48
                }