mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Fixed default background repeat bug
This commit is contained in:
parent
2b63b1ff15
commit
ee76c81742
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user