зеркало из https://github.com/mozilla/pjs.git
Fix for bug 43575. Back out a line that Rods accidently change while checkin rev 1.40 R=hyatt
This commit is contained in:
Родитель
ef2fa6134d
Коммит
3a91c0475b
|
@ -1350,7 +1350,7 @@ nsGfxTextControlFrame2::GetPrefSize(nsBoxLayoutState& aState, nsSize& aSize)
|
||||||
if (!aReflowState)
|
if (!aReflowState)
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
|
|
||||||
if (eReflowReason_Initial == aReflowState->reason)
|
if (mState & NS_FRAME_FIRST_REFLOW)
|
||||||
{
|
{
|
||||||
nsFormControlFrame::RegUnRegAccessKey(aPresContext, NS_STATIC_CAST(nsIFrame*, this), PR_TRUE);
|
nsFormControlFrame::RegUnRegAccessKey(aPresContext, NS_STATIC_CAST(nsIFrame*, this), PR_TRUE);
|
||||||
nsFormFrame::AddFormControlFrame(aPresContext, *NS_STATIC_CAST(nsIFrame*, this));
|
nsFormFrame::AddFormControlFrame(aPresContext, *NS_STATIC_CAST(nsIFrame*, this));
|
||||||
|
|
Загрузка…
Ссылка в новой задаче