Button marks itself dirty when the suggested size is set.

b 28593, r=kmcclusk,buster
This commit is contained in:
rods%netscape.com 2000-03-03 00:21:10 +00:00
Родитель f3c7af4bfe
Коммит 44c2fbb4c0
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -612,6 +612,7 @@ nsGfxButtonControlFrame::SetSuggestedSize(nscoord aWidth, nscoord aHeight)
{
mSuggestedWidth = aWidth;
mSuggestedHeight = aHeight;
mState |= NS_FRAME_IS_DIRTY;
return NS_OK;
}

Просмотреть файл

@ -612,6 +612,7 @@ nsGfxButtonControlFrame::SetSuggestedSize(nscoord aWidth, nscoord aHeight)
{
mSuggestedWidth = aWidth;
mSuggestedHeight = aHeight;
mState |= NS_FRAME_IS_DIRTY;
return NS_OK;
}