Lubosz Sarnecki 2014-08-05 12:07:08 +02:00 committed by Tim-Philipp Müller
parent e266f6517d
commit f3311f2b1e

View file

@ -118,7 +118,6 @@ static void area_realize_cb(GtkWidget* widget, gpointer data)
//avoid flickering when resizing or obscuring the main window
gtk_widget_set_app_paintable(widget, TRUE);
gtk_widget_set_double_buffered(widget, FALSE);
}