commit 4febfa47026b3bb7c9b5a680e6c1fedcde0be6f8
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Tue Jul 1 17:59:48 2025 +0200

    fix misleading comment
---
 src/BufferView.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index 6b8cfa52df..e6a4be122e 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
@@ -2855,7 +2855,7 @@ void BufferView::mouseEventDispatch(FuncRequest const & 
cmd0)
        if (!ready())
                return;
 
-       // This is only called for mouse related events including
+       // This is only called for mouse-related events, excluding
        // LFUN_FILE_OPEN generated by drag-and-drop.
        FuncRequest cmd = cmd0;
 
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to