Kaydet (Commit) 9b63256d authored tarafından Caolán McNamara's avatar Caolán McNamara

flush surface after 'draw'

on f21 otherwise we see nothing under gtk3, f20 doesn't need it FWIW.

Change-Id: I409c828644bff793f4a82ecc7d4cad4da1eeb8da
üst c26e2c87
......@@ -3495,6 +3495,8 @@ gboolean GtkSalFrame::signalDraw( GtkWidget*, cairo_t *cr, gpointer frame )
pThis->m_nDuringRender--;
cairo_surface_flush(cairo_get_target(cr));
return FALSE;
}
#endif // GTK_CHECK_VERSION(3,0,0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment