Hi All,<br><br>I've build a QT4.1 / VTK5.0 application with the QVTKWidget and I experience the following problem:<br><br>When the mouse cursor is on a rendering object, the mouse cursor disappears after the rendering. The mouse cursor returns by moving the mouse, but it will leave a incorrectly rendered block. That block has the size of the mouse cursor and shows the image before rendering. I have this problem only when I compiled the application under SuSe 
10.1 linux. If the same application is compiled under Windows, this effect does not occur.<br><br>A &quot;dirty&quot; solution which works for now is:<br><br>interactor-&gt;HideCursor();<br>renderWindow-&gt;Render();<br>interactor-&gt;ShowCursor();
<br><br>However, I would appreciate any suggestions that could prevent this effect from happening. Thanks all for your time.<br><br><br>Sincerely,<br><br>Maurice<br>