|
|
@ -966,7 +966,7 @@ void LipstikStyle::renderPanel(TQPainter *p,
|
|
|
|
|
|
|
|
|
|
|
|
if (kickerMode &&
|
|
|
|
if (kickerMode &&
|
|
|
|
p->device() && p->device()->devType() == TQInternal::Widget &&
|
|
|
|
p->device() && p->device()->devType() == TQInternal::Widget &&
|
|
|
|
TQCString(TQT_TQWIDGET(static_cast<QWidget*>(p->device()))->className()) == "FittsLawFrame") {
|
|
|
|
TQCString(TQT_TQWIDGET(static_cast<TQWidget*>(p->device()))->className()) == "FittsLawFrame") {
|
|
|
|
// Stolen wholesale from Keramik. I don't like it, but oh well.
|
|
|
|
// Stolen wholesale from Keramik. I don't like it, but oh well.
|
|
|
|
if (sunken) {
|
|
|
|
if (sunken) {
|
|
|
|
const TQCOORD corners[] = { x2, y, x2, y2, x, y2, x, y };
|
|
|
|
const TQCOORD corners[] = { x2, y, x2, y2, x, y2, x, y };
|
|
|
|