On Wed, Feb 1, 2012 at 3:35 PM, wrote:
> From: Juan Zhao
>
> When sceduling redraw, the checking will use previous window size
> before resize_handler is called. Because resize_handler may change
> the window size.
> For example, in the flower, the resize_handler will set the window
> size to
From: Juan Zhao
When sceduling redraw, the checking will use previous window size
before resize_handler is called. Because resize_handler may change
the window size.
For example, in the flower, the resize_handler will set the window
size to make widget and window size the same.
This patch is s