diff --git a/visor.c b/visor.c index d8dace6..e74e9af 100644 --- a/visor.c +++ b/visor.c @@ -357,9 +357,7 @@ void blit_plane(GtkDrawingArea *da, cairo_t *cr, int width, int height, gpointer void plane_resize(GtkWidget *widget) { - if (!surface) { - create_surface(widget); - } + create_surface(widget); } void create_surface(GtkWidget *widget)