This commit is contained in:
dcone%netscape.com 1999-08-27 20:58:37 +00:00
Родитель 6f5947ed73
Коммит ccd44a6d7a
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -2649,8 +2649,6 @@ void
RoundedRect::Set(nscoord aLeft,nscoord aTop,PRInt32 aWidth,PRInt32 aHeight,PRInt16 aRadius)
{
printf("starting button\n");
if( (aRadius) > (aWidth>>1) ){
mRoundness = (aWidth>>1);
} else {

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

@ -2649,8 +2649,6 @@ void
RoundedRect::Set(nscoord aLeft,nscoord aTop,PRInt32 aWidth,PRInt32 aHeight,PRInt16 aRadius)
{
printf("starting button\n");
if( (aRadius) > (aWidth>>1) ){
mRoundness = (aWidth>>1);
} else {