Changeset 769 for trunk/src/gui/widgets/qlineedit_p.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/widgets/qlineedit_p.cpp
r651 r769 130 130 { 131 131 Q_Q(QLineEdit); 132 if ( control->preeditAreaText().isEmpty()) {132 if (control->preeditAreaText().isEmpty()) { 133 133 QStyleOptionFrameV2 opt; 134 134 q->initStyleOption(&opt); 135 135 bool showCursor = control->hasSelectedText() ? 136 136 q->style()->styleHint(QStyle::SH_BlinkCursorWhenTextSelected, &opt, q): 137 true;137 ; 138 138 setCursorVisible(showCursor); 139 139 }
Note:
See TracChangeset
for help on using the changeset viewer.