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/qcombobox_p.h

    r651 r769  
    201201        if (sliderAction == QAbstractSlider::SliderSingleStepAdd)
    202202            menuOpt.state |= QStyle::State_DownArrow;
     203#ifndef Q_WS_S60
    203204        p.eraseRect(rect());
     205#endif
    204206        style()->drawControl(QStyle::CE_MenuScroller, &menuOpt, &p);
    205207    }
     
    271273               const QModelIndex &index) const {
    272274        QStyleOptionMenuItem opt = getStyleOption(option, index);
     275#ifndef Q_WS_S60
    273276        painter->fillRect(option.rect, opt.palette.background());
     277#endif
    274278        mCombo->style()->drawControl(QStyle::CE_MenuItem, &opt, painter, mCombo);
    275279    }
Note: See TracChangeset for help on using the changeset viewer.