summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_qtscript.js
diff options
context:
space:
mode:
authorJiang Jiang <jiang.jiang@nokia.com>2011-09-19 11:20:13 (GMT)
committerJiang Jiang <jiang.jiang@nokia.com>2011-09-19 11:43:12 (GMT)
commitc750afe0e0f043389d30850070889946e4c6e8af (patch)
treeb4e43b5ba25974ff80d1c9f4e58b5598d6039f9f /doc/src/snippets/code/doc_src_qtscript.js
parent67a1b5e50c1cc90e9c03d9f4cadc9912f6880e15 (diff)
downloadQt-c750afe0e0f043389d30850070889946e4c6e8af.zip
Qt-c750afe0e0f043389d30850070889946e4c6e8af.tar.gz
Qt-c750afe0e0f043389d30850070889946e4c6e8af.tar.bz2
Make sure cursor position doesn't exceed line end
If we have trailing spaces at the end of a line, cursor will disappear because the position we returned exceeds line end, thus the widget border. By limiting it within line.width we can make sure it always visible, which is more consistent to the behavior in common platforms. Reviewed-by: Eskil
Diffstat (limited to 'doc/src/snippets/code/doc_src_qtscript.js')
0 files changed, 0 insertions, 0 deletions