From 0ae0bfab5fc1a8c4807123490448babc651f253b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 19 May 2015 00:38:21 +0200 Subject: New frames should be resizable --- src/sc_editor.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3