aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-04-03 11:35:18 +0200
committerThomas White <taw@bitwiz.org.uk>2016-04-03 11:35:18 +0200
commit0c214cc897530b6d52e6a3c002a8bf9994284d91 (patch)
treede049a7fe7521cac97ef7d156208057ba089ddd5 /src/sc_editor.c
parent985b498081cfbf6f3ecf08b320a65aff7edeb207 (diff)
Fix new frames
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r--src/sc_editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index d36b51c..b4b2e78 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -1088,6 +1088,7 @@ static gboolean button_release_sig(GtkWidget *da, GdkEventButton *event,
e->cursor_frame = fr;
e->cursor_para = 0;
e->cursor_pos = 0;
+ e->cursor_trail = 0;
break;
case DRAG_REASON_IMPORT :