aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 63b78f7..64d854e 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -218,6 +218,7 @@ static gboolean button_press_sig(GtkWidget *da, GdkEventButton *event,
x, y);
} else {
p->editing_object = clicked;
+ position_caret(clicked, x, y);
}
}