[LyX/master] Forgot that

Jean-Marc Lasgouttes lasgouttes at lyx.org
Mon Nov 25 16:01:50 UTC 2024


commit 4c72def295773038c454e60abee76d8e5e6e0e22
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date:   Mon Nov 25 17:01:30 2024 +0100

    Forgot that
---
 src/frontends/qt/GuiWorkArea.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/frontends/qt/GuiWorkArea.cpp b/src/frontends/qt/GuiWorkArea.cpp
index 47ab40d427..609efbb0e3 100644
--- a/src/frontends/qt/GuiWorkArea.cpp
+++ b/src/frontends/qt/GuiWorkArea.cpp
@@ -975,7 +975,6 @@ void GuiWorkArea::generateSyntheticMouseEvent()
 		return;
 	TextMetrics & tm = d->buffer_view_->textMetrics(text);
 
-	// FIXME: use TextMetrics::setCursorFromCoordinates.
 	// Quit gracefully if there are no metrics, since otherwise next
 	// line would crash (bug #10324).
 	// This situation seems related to a (not yet understood) timing problem.


More information about the lyx-cvs mailing list