зеркало из https://github.com/mozilla/gecko-dev.git
Set value to 1.0F as a float
This commit is contained in:
Родитель
5aa4fad9a2
Коммит
b4112aff11
|
@ -89,7 +89,7 @@ void StyleColorImpl::ResetFrom(const nsStyleColor* aParent, nsIPresContext* aPre
|
|||
}
|
||||
else {
|
||||
mColor = NS_RGB(0, 0, 0);
|
||||
mOpacity.SetPercentValue(1.0F);
|
||||
mOpacity = 1.0F;
|
||||
}
|
||||
|
||||
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
|
||||
|
|
|
@ -89,7 +89,7 @@ void StyleColorImpl::ResetFrom(const nsStyleColor* aParent, nsIPresContext* aPre
|
|||
}
|
||||
else {
|
||||
mColor = NS_RGB(0, 0, 0);
|
||||
mOpacity.SetPercentValue(1.0F);
|
||||
mOpacity = 1.0F;
|
||||
}
|
||||
|
||||
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
|
||||
|
|
|
@ -89,7 +89,7 @@ void StyleColorImpl::ResetFrom(const nsStyleColor* aParent, nsIPresContext* aPre
|
|||
}
|
||||
else {
|
||||
mColor = NS_RGB(0, 0, 0);
|
||||
mOpacity.SetPercentValue(1.0F);
|
||||
mOpacity = 1.0F;
|
||||
}
|
||||
|
||||
mBackgroundAttachment = NS_STYLE_BG_ATTACHMENT_SCROLL;
|
||||
|
|
Загрузка…
Ссылка в новой задаче