aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index c5bece0..8af543d 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -1130,7 +1130,7 @@ int open_mainwindow(struct presentation *p)
p->slide_width + 20,
p->slide_height + 20);
- p->text_tool->realise(p->text_tool, p->drawingarea);
+ realise_everything(p);
gtk_widget_set_can_focus(GTK_WIDGET(p->drawingarea), TRUE);
gtk_widget_add_events(GTK_WIDGET(p->drawingarea),