From 9753727d06521c324d75a64059dda80e5b61e2a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Fri, 20 Aug 2021 09:10:04 +0300
Subject: [PATCH 1/1] Cleanup
src/ui/inputwidget.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/ui/inputwidget.c b/src/ui/inputwidget.c
index 2f0cabbb..e0272a5d 100644
--- a/src/ui/inputwidget.c
+++ b/src/ui/inputwidget.c
@@ -1091,7 +1091,6 @@ void setCursor_InputWidget(iInputWidget *d, iInt2 pos) {
pos.x = iClamp(pos.x, 0, endX_InputWidget_(d, pos.y));
d->cursor = pos;
iChar ch = at_InputWidget_(d, pos);
/* Update selection. */
if (isMarking_()) {
if (isEmpty_Range(&d->mark)) {
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).