From 6b7ec9950a95d777d7671f2fbdab3f5b816fc1b6 Mon Sep 17 00:00:00 2001 From: CrayolaEater Date: Wed, 26 Nov 2025 18:40:37 +0200 Subject: [PATCH] Add better clarification for accelerator support on Popup Menu --- doc/classes/PopupMenu.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 78bf864c6c5..2ee08106341 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -679,14 +679,14 @@ - Emitted when an item of some [param id] is pressed or its accelerator is activated. + Emitted when an item of some [param id] is pressed. Also emitted when its accelerator is activated on macOS. [b]Note:[/b] If [param id] is negative (either explicitly or due to overflow), this will return the corresponding index instead. - Emitted when an item of some [param index] is pressed or its accelerator is activated. + Emitted when an item of some [param index] is pressed. Also emitted when its accelerator is activated on macOS.