diff options
| -rw-r--r-- | src/themes/coco/coco-theme.c | 1 | ||||
| -rw-r--r-- | src/themes/nodoka/nodoka-theme.c | 1 | ||||
| -rw-r--r-- | src/themes/slider/theme.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/themes/coco/coco-theme.c b/src/themes/coco/coco-theme.c index ff76d52..b131283 100644 --- a/src/themes/coco/coco-theme.c +++ b/src/themes/coco/coco-theme.c @@ -249,6 +249,7 @@ update_shape_region (cairo_surface_t *surface, windata->last_width = windata->width; windata->last_height = windata->height; + gtk_widget_queue_draw (GTK_WIDGET (windata->win)); } static void diff --git a/src/themes/nodoka/nodoka-theme.c b/src/themes/nodoka/nodoka-theme.c index d478862..8600d60 100644 --- a/src/themes/nodoka/nodoka-theme.c +++ b/src/themes/nodoka/nodoka-theme.c @@ -594,6 +594,7 @@ update_shape_region (cairo_surface_t *surface, windata->last_width = windata->width; windata->last_height = windata->height; + gtk_widget_queue_draw (GTK_WIDGET (windata->win)); } static void diff --git a/src/themes/slider/theme.c b/src/themes/slider/theme.c index 4552af0..7672a8d 100644 --- a/src/themes/slider/theme.c +++ b/src/themes/slider/theme.c @@ -211,6 +211,7 @@ update_shape_region (cairo_surface_t *surface, windata->last_width = windata->width; windata->last_height = windata->height; + gtk_widget_queue_draw (GTK_WIDGET (windata->win)); } static void paint_window (GtkWidget *widget, |
