DescriptionFix some bugs in paint manager. Some of the class members were not getting
initialized in the constructor.
Also, when a manual callback was executed, if a regular fluch happened to come
in the intervening time, we would cause an assertion failure because it would
always try to paint. Now when we get the callback, we can ignore it if there is
already a flush pending.
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|