SVN commit 1036900 by jtamate:
http://reviewboard.kde.org/r/1818/Avoid the displacement of the frames when there is no frameborder.
BUG: 32563
M +1 -1 html_baseimpl.h
--- trunk/KDE/kdelibs/khtml/html/html_baseimpl.h #1036899:1036900
@@ -146,7 +146,7 @@
int totalRows() const { return m_totalRows; }
int totalCols() const { return m_totalCols; }
- int border() const { return m_border; }
+ int border() const { return frameborder ? m_border : 0; }
virtual void detach();
virtual void recalcStyle( StyleChange ch );
_______________________________________________
Khtml-cvs mailing list
Khtml-cvs@...
https://mail.kde.org/mailman/listinfo/khtml-cvs