[LyX/master] fixup definition of LFUN_REFERENCE_TO_PARAGRAPH

Juergen Spitzmueller spitz at lyx.org
Mon Jul 29 06:47:28 UTC 2024


commit 2fdeee4bf78d866217fd0e45e2b9c24e6d137227
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Mon Jul 29 08:46:43 2024 +0200

    fixup definition of LFUN_REFERENCE_TO_PARAGRAPH
---
 src/LyXAction.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp
index 155ba9ef2b..bbc518d02d 100644
--- a/src/LyXAction.cpp
+++ b/src/LyXAction.cpp
@@ -3542,7 +3542,7 @@ void LyXAction::init()
  * \li Origin: spitz, 28 Jul 2024
  * \endvar
  */
-		{ LFUN_REFERENCE_TO_PARAGRAPH, "reference-to-paragraph", ReadOnly | NoInternal, Edit },
+		{ LFUN_REFERENCE_TO_PARAGRAPH, "reference-to-paragraph", Noop, Edit },
 
 
 /*!


More information about the lyx-cvs mailing list