зеркало из https://github.com/mozilla/pjs.git
Fixed default background repeat bug
This commit is contained in:
Родитель
462a5a6943
Коммит
21e1b3a406
|
@ -88,7 +88,7 @@ struct StyleColorImpl: public nsStyleColor {
|
||||||
{
|
{
|
||||||
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
|
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
|
||||||
mBackgroundFlags = NS_STYLE_BG_COLOR_TRANSPARENT;
|
mBackgroundFlags = NS_STYLE_BG_COLOR_TRANSPARENT;
|
||||||
mBackgroundRepeat = NS_STYLE_BG_REPEAT_OFF;
|
mBackgroundRepeat = NS_STYLE_BG_REPEAT_XY;
|
||||||
|
|
||||||
mBackgroundColor = NS_RGB(192,192,192);
|
mBackgroundColor = NS_RGB(192,192,192);
|
||||||
mCursor = NS_STYLE_CURSOR_INHERIT;
|
mCursor = NS_STYLE_CURSOR_INHERIT;
|
||||||
|
|
|
@ -88,7 +88,7 @@ struct StyleColorImpl: public nsStyleColor {
|
||||||
{
|
{
|
||||||
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
|
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
|
||||||
mBackgroundFlags = NS_STYLE_BG_COLOR_TRANSPARENT;
|
mBackgroundFlags = NS_STYLE_BG_COLOR_TRANSPARENT;
|
||||||
mBackgroundRepeat = NS_STYLE_BG_REPEAT_OFF;
|
mBackgroundRepeat = NS_STYLE_BG_REPEAT_XY;
|
||||||
|
|
||||||
mBackgroundColor = NS_RGB(192,192,192);
|
mBackgroundColor = NS_RGB(192,192,192);
|
||||||
mCursor = NS_STYLE_CURSOR_INHERIT;
|
mCursor = NS_STYLE_CURSOR_INHERIT;
|
||||||
|
|
|
@ -88,7 +88,7 @@ struct StyleColorImpl: public nsStyleColor {
|
||||||
{
|
{
|
||||||
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
|
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
|
||||||
mBackgroundFlags = NS_STYLE_BG_COLOR_TRANSPARENT;
|
mBackgroundFlags = NS_STYLE_BG_COLOR_TRANSPARENT;
|
||||||
mBackgroundRepeat = NS_STYLE_BG_REPEAT_OFF;
|
mBackgroundRepeat = NS_STYLE_BG_REPEAT_XY;
|
||||||
|
|
||||||
mBackgroundColor = NS_RGB(192,192,192);
|
mBackgroundColor = NS_RGB(192,192,192);
|
||||||
mCursor = NS_STYLE_CURSOR_INHERIT;
|
mCursor = NS_STYLE_CURSOR_INHERIT;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче