aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-10-19 20:16:31 +0100
committerThomas White <taw@bitwiz.org.uk>2015-10-19 20:16:31 +0100
commit054ad480afb29ca166979337b266c9c64a666e6a (patch)
treed9f005ca62f81ed05145bcd5ee78866276eb8d8b /src/sc_editor.c
parent5fec4438867ec944f02d1fdff46c70e1e36fb18a (diff)
Add a FIXME
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 8a6bae5..45c8faf 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -1127,6 +1127,7 @@ static gboolean button_release_sig(GtkWidget *da, GdkEventButton *event,
fr = create_frame(e, e->start_corner_x, e->start_corner_y,
e->drag_corner_x - e->start_corner_x,
e->drag_corner_y - e->start_corner_y);
+ /* FIXME: Select the new frame, avoid full rerender */
full_rerender(e);
break;