aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);