forked from AuroraMiddleware/gtk
texthandle: Avoid double rendering of background/frame
gtk_render_handle() already renders background/frame itself, avoid doing this twice.
This commit is contained in:
parent
77d429bc4d
commit
15bb9acc8a
@ -131,8 +131,6 @@ _gtk_text_handle_draw (GtkTextHandle *handle,
|
||||
gtk_style_context_add_class (context,
|
||||
GTK_STYLE_CLASS_TOP);
|
||||
|
||||
gtk_render_background (context, cr, 0, 0, width, height);
|
||||
gtk_render_frame (context, cr, 0, 0, width, height);
|
||||
gtk_render_handle (context, cr, 0, 0, width, height);
|
||||
|
||||
gtk_style_context_restore (context);
|
||||
|
Loading…
Reference in New Issue
Block a user