From 89a2b072cb12a1669ea55ff2453f9b0138c33fab Mon Sep 17 00:00:00 2001 From: gustav_b Date: Sun, 7 Jan 2007 23:37:47 +0000 Subject: Fix for 1502439, annoying GTK warning: "Gtk-CRITICAL **: gtk_style_detach: assertion:style->" (bzr r2152) --- src/display/sp-canvas.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/display/sp-canvas.cpp') 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)); -- cgit v1.2.3