Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/widgets/qlineedit_p.cpp

    r651 r769  
    130130{
    131131    Q_Q(QLineEdit);
    132     if (control->preeditAreaText().isEmpty()) {
     132    if (control->preeditAreaText().isEmpty()) {
    133133        QStyleOptionFrameV2 opt;
    134134        q->initStyleOption(&opt);
    135135        bool showCursor = control->hasSelectedText() ?
    136136                          q->style()->styleHint(QStyle::SH_BlinkCursorWhenTextSelected, &opt, q):
    137                           true;
     137                          ;
    138138        setCursorVisible(showCursor);
    139139    }
Note: See TracChangeset for help on using the changeset viewer.