equal
deleted
inserted
replaced
451 //updatePrimitives(); |
451 //updatePrimitives(); |
452 if( d->iconItem ) { |
452 if( d->iconItem ) { |
453 HbStyleOptionPushButton buttonOption; |
453 HbStyleOptionPushButton buttonOption; |
454 initStyleOption( &buttonOption ); |
454 initStyleOption( &buttonOption ); |
455 style()->updatePrimitive( d->iconItem, HbStyle::P_PushButton_icon, &buttonOption ); |
455 style()->updatePrimitive( d->iconItem, HbStyle::P_PushButton_icon, &buttonOption ); |
|
456 if ( isEnabled() ) { |
|
457 setProperty("state", "normal"); |
|
458 } |
456 |
459 |
457 } |
460 } |
458 if( doPolish ) { |
461 if( doPolish ) { |
459 repolish(); |
462 repolish(); |
460 } |
463 } |