SVN commit 1046447 by ggarand:
patch by Andrea IACOVITTI <
aiacovitti@...> and Allan Sandfeld Jensen
for honouring "border: none" on native widget borders.
BUG: 200795
M +1 -1 render_replaced.cpp
--- trunk/KDE/kdelibs/khtml/rendering/render_replaced.cpp #1046446:1046447
@@ -480,7 +480,7 @@
}
// Border:
- if (shouldPaintBorder())
+ if (shouldPaintBorder() || (!shouldPaintBackgroundOrBorder() && canHaveBorder()))
{
if (QFrame* frame = qobject_cast<QFrame*>(m_widget))
frame->setFrameShape(QFrame::NoFrame);
_______________________________________________
Khtml-cvs mailing list
Khtml-cvs@...
https://mail.kde.org/mailman/listinfo/khtml-cvs