PDA

View Full Version : QPlainTextEdit scrolling



roxton
16th July 2008, 12:58
Qt 4.4. A strange behavior of QPlainTextEdit. When I write the text at the bottom of QPlainTextEdit and line wraps to the next line, there is no scrolling - the new line with a cursor are UNDER the visible area. I've tried to use ensureCursorVisible () at cursorPositionChanged handler, but with no result.

fullmetalcoder
16th July 2008, 17:55
If you can reproduce this bug out of any special context (understand in a "minimal compilable example") then you'd better report this bug (http://trolltech.com/developer/task-tracker) to Trolltech.