When queueing clears relative to widget->window, actually store
Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.c (gtk_widget_queue_clear_area): When queueing clears relative to widget->window, actually store widget->window so we know that the coordinates are window-relative.
This commit is contained in:
@ -1877,7 +1877,7 @@ gtk_widget_queue_clear_area (GtkWidget *widget,
|
||||
height = wheight - y;
|
||||
}
|
||||
|
||||
gtk_widget_queue_draw_data (widget, x, y, width, height, NULL);
|
||||
gtk_widget_queue_draw_data (widget, x, y, width, height, widget->window);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user