diff options
author | Thomas White <taw@bitwiz.org.uk> | 2014-07-06 17:14:20 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2014-07-06 17:14:20 +0200 |
commit | c04e68c97ab01b2196a0625bc5ab0df48b4b1124 (patch) | |
tree | 371d29cc13384fbed126337d4ba7f6cec7168fc5 /src/mainwindow.c | |
parent | 3152dcee896222539f2cc3373b7e199c9076b2fa (diff) |
WIP
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r-- | src/mainwindow.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c index aa77ce5..ed22a95 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -1588,7 +1588,11 @@ static struct frame *create_frame(struct presentation *p, double x, double y, } fr = add_subframe(parent); + + /* Add to SC */ + show_sc_blocks(parent->scblocks); fr->scblocks = NULL; + fr->x = x; fr->y = y; fr->w = w; |