setting the placement bit only when being undefined in the request
This commit is contained in:
parent
d38d4429f5
commit
05dd8ea087
|
@ -825,6 +825,8 @@ QVariant QskSkinnable::effectiveSkinHint(
|
|||
QskAspect aspect, QskSkinHintStatus* status ) const
|
||||
{
|
||||
aspect.setSubControl( effectiveSubcontrol( aspect.subControl() ) );
|
||||
|
||||
if ( aspect.placement() == QskAspect::NoPlacement )
|
||||
aspect.setPlacement( effectivePlacement() );
|
||||
|
||||
if ( aspect.isAnimator() )
|
||||
|
|
Loading…
Reference in New Issue