Fixed default background repeat bug

This commit is contained in:
kipp 1998-05-02 00:55:29 +00:00
parent 2b63b1ff15
commit ee76c81742
3 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ struct StyleColorImpl: public nsStyleColor {
{
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
mBackgroundFlags = NS_STYLE_BG_COLOR_TRANSPARENT;
mBackgroundRepeat = NS_STYLE_BG_REPEAT_OFF;
mBackgroundRepeat = NS_STYLE_BG_REPEAT_XY;
mBackgroundColor = NS_RGB(192,192,192);
mCursor = NS_STYLE_CURSOR_INHERIT;

View File

@ -88,7 +88,7 @@ struct StyleColorImpl: public nsStyleColor {
{
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
mBackgroundFlags = NS_STYLE_BG_COLOR_TRANSPARENT;
mBackgroundRepeat = NS_STYLE_BG_REPEAT_OFF;
mBackgroundRepeat = NS_STYLE_BG_REPEAT_XY;
mBackgroundColor = NS_RGB(192,192,192);
mCursor = NS_STYLE_CURSOR_INHERIT;

View File

@ -88,7 +88,7 @@ struct StyleColorImpl: public nsStyleColor {
{
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
mBackgroundFlags = NS_STYLE_BG_COLOR_TRANSPARENT;
mBackgroundRepeat = NS_STYLE_BG_REPEAT_OFF;
mBackgroundRepeat = NS_STYLE_BG_REPEAT_XY;
mBackgroundColor = NS_RGB(192,192,192);
mCursor = NS_STYLE_CURSOR_INHERIT;