зеркало из https://github.com/mozilla/gecko-dev.git
have SetAlignment return NS_OK (reduce Mac compiler warnings)
This commit is contained in:
Родитель
a0bb847d23
Коммит
e74bb5d568
|
@ -101,5 +101,7 @@ NS_METHOD nsLabel::SetAlignment(nsLabelAlignment aAlignment)
|
|||
fontStyleRec.flags = (kControlUseJustMask);
|
||||
fontStyleRec.just = just;
|
||||
::SetControlFontStyle(mControl, &fontStyleRec);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче