diff options
author | axis <qt-info@nokia.com> | 2009-05-29 12:42:35 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-06-03 09:23:15 (GMT) |
commit | 6545932efa45ea2b8fbc1459d760ec5f15c63120 (patch) | |
tree | b82c0a567ac39a522d25d29e61956103c021ec91 /doc | |
parent | a014c0746cf9d4dfb8ba8c0e67060d577c09dd3c (diff) | |
download | Qt-6545932efa45ea2b8fbc1459d760ec5f15c63120.zip Qt-6545932efa45ea2b8fbc1459d760ec5f15c63120.tar.gz Qt-6545932efa45ea2b8fbc1459d760ec5f15c63120.tar.bz2 |
Revert "Changed the behavior of ImCursorPosition slightly."
This reverts commit ce02d0e9e0ad8d8ac47e4f3ee95bac5cb74ed184.
This turned out not to be enough for proper selection support
together with S60 FEP. Instead we will revert the behavior and add
new API.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qnamespace.qdoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc index fc0598f..a7663f8 100644 --- a/doc/src/qnamespace.qdoc +++ b/doc/src/qnamespace.qdoc @@ -2429,8 +2429,6 @@ \value ImMicroFocus The rectangle covering the area of the input cursor in widget coordinates. \value ImFont The currently used font for text input. \value ImCursorPosition The logical position of the cursor within the text surrounding the input area (see ImSurroundingText). - If any text is selected, the position returned will be at the logical end of the - selection, even if the real cursor is located at the logical start. \value ImSurroundingText The plain text around the input area, for example the current paragraph. \value ImCurrentSelection The currently selected text. \value ImMaximumTextLength The maximum number of characters that the widget can hold. If there is no limit, QVariant() is returned. |