mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 21:18:35 +00:00
Font-family dropdown menu not updated in Composer and HTML mail composition; b=230683, r=Neil, sr=sspitzer
This commit is contained in:
parent
dada02b459
commit
002e4c216a
@ -749,7 +749,7 @@ nsFontFaceStateCommand::GetCurrentState(nsIEditor *aEditor,
|
||||
if (NS_SUCCEEDED(rv))
|
||||
{
|
||||
aParams->SetBooleanValue(STATE_MIXED,outMixed);
|
||||
aParams->SetStringValue(STATE_ATTRIBUTE, outStateString);
|
||||
aParams->SetCStringValue(STATE_ATTRIBUTE, NS_ConvertUTF16toUTF8(outStateString).get());
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user