Le 05/12/2025 à 12:51, Scott Kostyshak a écrit :
commit 2d2b1fa56f2a32fbe8cf5dc56faf9b1994c1e9c8
Author: Scott Kostyshak <[email protected]>
Date:   Fri Dec 5 12:50:47 2025 +0100

     Amend 3674eede

Opps! I had made the change, but  forgot to amend the commit.

JMarc

---
  src/Text.cpp | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Text.cpp b/src/Text.cpp
index 08b5a516e9..f8f976e8b6 100644
--- a/src/Text.cpp
+++ b/src/Text.cpp
@@ -5301,7 +5301,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                                cur.noScreenUpdate();
                                return;
                        }
-                       needsUpdate |= bv->mouseSetCursor(cur, false));
+                       needsUpdate |= bv->mouseSetCursor(cur, false);
                        break;
                }

--
lyx-devel mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to