<div>Hi!</div><div><br></div>On Thu, Dec 10, 2009 at 4:35 PM, Sundance <span dir="ltr">&lt;<a href="mailto:sundance@ierne.eu.org">sundance@ierne.eu.org</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi peeps,<br>
<br>
I&#39;m playing around with QPlainTextEdit and having the weirdest bug.<br></blockquote><div>I experienced the same problem. It would be nice if it would work same in QPlainTextEdit like with QTextEdit..</div><div>Perhaps we should write a test in C++ to see if it is a Python problem or a Qt problem/bug.</div>

<div><br></div><div>Currently I use a workaround with </div><div>  QPlainTextEdit::updateRequest ( const QRect &amp; rect, int dy )   [signal]</div><div><div>If dy != 0 then the area is scrolled. But this signal is called very often (every time the cursor blinks). So it is not an ideal solution for Python.</div>

<div><br></div><div>Regards</div><div>Henning</div></div></div>