|
|
|
@ -6110,9 +6110,9 @@ void QtCurveStyle::drawComplexControl(ComplexControl control, TQPainter *p, cons
|
|
|
|
|
if(!sunken && !editable && !(opts.thin&THIN_FRAMES) &&
|
|
|
|
|
((MO_GLOW==opts.coloredMouseOver && flags&Style_MouseOver)/* ||
|
|
|
|
|
(FOCUS_FULL==opts.focus && flags&Style_HasFocus)*/ || glowFocus))
|
|
|
|
|
drawGlow(p, widget ? TQT_TQRECT_OBJECT(ceData.rect) : r, cg, WIDGET_COMBO, glowFocus ? itsFocusCols : NULL);
|
|
|
|
|
drawGlow(p, widget ? ceData.rect : r, cg, WIDGET_COMBO, glowFocus ? itsFocusCols : NULL);
|
|
|
|
|
else
|
|
|
|
|
drawEtch(p, widget ? TQT_TQRECT_OBJECT(ceData.rect) : r, cg,
|
|
|
|
|
drawEtch(p, widget ? ceData.rect : r, cg,
|
|
|
|
|
!editable && EFFECT_SHADOW==opts.buttonEffect && !sunken, editable && (opts.square&SQUARE_ENTRY));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -6246,7 +6246,7 @@ void QtCurveStyle::drawComplexControl(ComplexControl control, TQPainter *p, cons
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(doEtch)
|
|
|
|
|
drawEtch(p, ceData.widgetObjectTypes.contains("TQSpinWidget") ? TQT_TQRECT_OBJECT(ceData.rect) : r, cg, false, (opts.square&SQUARE_ENTRY));
|
|
|
|
|
drawEtch(p, ceData.widgetObjectTypes.contains("TQSpinWidget") ? ceData.rect : r, cg, false, (opts.square&SQUARE_ENTRY));
|
|
|
|
|
}
|
|
|
|
|
itsFormMode=false;
|
|
|
|
|
break;
|
|
|
|
|