diff options
Diffstat (limited to 'src/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 3247a3e1f..bee5dfc3f 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -1091,6 +1091,8 @@ sp_canvas_realize (GtkWidget *widget) if ( prefs_get_int_attribute ("options.useextinput", "value", 1) ) gtk_widget_set_events(widget, attributes.event_mask); + widget->style = gtk_style_attach (widget->style, widget->window); + GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED); canvas->pixmap_gc = gdk_gc_new (SP_CANVAS_WINDOW (canvas)); |
