Forgot that

This commit is contained in:
Jean-Marc Lasgouttes 2024-11-25 17:01:30 +01:00
parent 1dbe589b27
commit 4c72def295

View File

@ -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.