Hello,<br><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">What it amounts to is that we cannot use this flag to detect when we<br>have more than one resize event to handle, IMO.
</blockquote><div><br>I&#39;m not familiar with the internals of the Qt event queue, and how and why there are two resize events.<br>Just a suggestion for a workarround for this problem:<br>The first resize event could trigger a short timer (maybe 200ms or even less), and further resize events that arrive during the timer is running restarts the timer again.
<br>The the timer is done, the SVG is rendered with the size proposed by the last resize event.<br>This way the intervall of SVG rendering could be reduced to at most 5 per second, even if there are permanent resize events.
<br><br>Just an idea, but maybe there are better solutions.<br><br>Burkhard<br></div><br></div>