Changeset 769 for trunk/src/gui/widgets/qcombobox_p.h
- 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/qcombobox_p.h
r651 r769 201 201 if (sliderAction == QAbstractSlider::SliderSingleStepAdd) 202 202 menuOpt.state |= QStyle::State_DownArrow; 203 #ifndef Q_WS_S60 203 204 p.eraseRect(rect()); 205 #endif 204 206 style()->drawControl(QStyle::CE_MenuScroller, &menuOpt, &p); 205 207 } … … 271 273 const QModelIndex &index) const { 272 274 QStyleOptionMenuItem opt = getStyleOption(option, index); 275 #ifndef Q_WS_S60 273 276 painter->fillRect(option.rect, opt.palette.background()); 277 #endif 274 278 mCombo->style()->drawControl(QStyle::CE_MenuItem, &opt, painter, mCombo); 275 279 }
Note:
See TracChangeset
for help on using the changeset viewer.