From d052906e2d3d865fca242ce3fff7cefb779f0845 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Sun, 10 May 2026 07:41:07 +0000 Subject: Revert "zoomwidgetactions: allow the zoom actions to appear in the commandbar" This reverts commit 980b09b92ae3061006526293c1e64bc399cdc07b --- src/views/zoomwidgetaction.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/zoomwidgetaction.cpp b/src/views/zoomwidgetaction.cpp index 2260d9754..431ac4f62 100644 --- a/src/views/zoomwidgetaction.cpp +++ b/src/views/zoomwidgetaction.cpp @@ -61,13 +61,9 @@ ZoomWidgetAction::ZoomWidgetAction(QAction *zoomInAction, QAction *zoomResetActi { // This is a property that KXMLGui reads to determine whether this action // should be included in the shortcut configuration UI - // they are already added to the action collection setProperty("isShortcutConfigurable", false); setPopupMode(InstantPopup); popupMenu()->addActions({zoomInAction, zoomResetAction, zoomOutAction}); - - // but this should be accessible through command bar - setMenu(popupMenu()); } bool ZoomWidgetAction::eventFilter(QObject *object, QEvent *event) -- cgit v1.3.1