aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 0e639ba..47513c4 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -829,6 +829,7 @@ static void draw_overlay(cairo_t *cr, struct presentation *p)
h = p->selection[i]->lop.h;
/* Draw resize handles */
+ /* FIXME: Not if this frame can't be resized */
draw_resize_handle(cr, x, y+h-20.0);
draw_resize_handle(cr, x+w-20.0, y);
draw_resize_handle(cr, x, y);