~dandrader/unity8/multiInstanceAppNEW

« back to all changes in this revision

Viewing changes to qml/Panel/PanelMenuPage.qml

  • Committer: Bileto Bot
  • Author(s): Albert Astals Cid
  • Date: 2017-03-21 10:55:16 UTC
  • mfrom: (2836.3.15 aboutToShow)
  • Revision ID: ci-train-bot@canonical.com-20170321105516-1ov2g131d8g9h6tc
Signal aboutToShow (LP: #1664578)

Approved by: Lukáš Tinkl, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
                        if (item.hasOwnProperty("clicked")) {
193
193
                            item.clicked.connect(function() {
194
194
                                if (model.hasSubmenu) {
 
195
                                    page.menuModel.aboutToShow(modelIndex);
195
196
                                    root.push(pageComponent, {
196
197
                                             "isSubmenu": true,
197
198
                                             "title": model.label.replace(/_|&/, ""),