|
|
|
@ -8211,8 +8211,8 @@ bool QtCurveStyle::redrawHoverWidget(const TQPoint &pos)
|
|
|
|
|
if(!itsHoverWidget || !itsHoverWidget->isShown() || !itsHoverWidget->isVisible())
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
|
|
TQStyleControlElementData ceData = populateControlElementDataFromWidget(itsHoverWidget, TQStyleOption());
|
|
|
|
|
ControlElementFlags elementFlags = getControlElementFlagsForObject(itsHoverWidget, ceData.widgetObjectTypes, TQStyleOption());
|
|
|
|
|
const TQStyleControlElementData &ceData = populateControlElementDataFromWidget(itsHoverWidget, TQStyleOption());
|
|
|
|
|
ControlElementFlags elementFlags = getControlElementFlagsForObject(itsHoverWidget, TQStyleOption());
|
|
|
|
|
|
|
|
|
|
#if 0x039999 >= 0x030200
|
|
|
|
|
//
|
|
|
|
|