aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-05-19 00:38:21 +0200
committerThomas White <taw@bitwiz.org.uk>2015-05-19 00:38:21 +0200
commit0ae0bfab5fc1a8c4807123490448babc651f253b (patch)
tree6f6821e1dd72c746b7f9c51df40c2ef60c622f0c
parentb30e11747dc4ced62e949fdec191c7ea5b4da7ee (diff)
New frames should be resizable
-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 82e6b06..7c78b99 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -980,6 +980,7 @@ static struct frame *create_frame(SCEditor *e, double x, double y,
fr->h = h;
fr->is_image = 0;
fr->empty = 1;
+ fr->resizable = 1;
update_geom(fr);