Merge branch 'Plasma/5.11'

wilder-5.14
Weng Xuetian 8 years ago
commit be8f58ac1a
  1. 3
      libdbusmenuqt/dbusmenuimporter.cpp

@ -447,6 +447,9 @@ void DBusMenuImporter::slotGetLayoutFinished(QDBusPendingCallWatcher *watcher)
filteredKeys.removeOne("toggle-type");
filteredKeys.removeOne("children-display");
d->updateAction(*it, dbusMenuItem.properties, filteredKeys);
// Move the action to the tail so we can keep the order same as the dbus request.
menu->removeAction(action);
menu->addAction(action);
}
}

Loading…
Cancel
Save