updated resize

git-svn-id: svn://10.0.0.236/trunk@11037 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com 1998-09-25 15:13:29 +00:00
parent 74febbdf92
commit 7cd8b2a49d

View File

@ -219,7 +219,7 @@ PRBool nsCheckButton::OnResize(nsSizeEvent &aEvent)
* @return PR_TRUE if the pt is contained in the widget
*/
PRBool
nsCheckButton::PtInWindow(PRInt32 aX,PRInt32 aY)
nsCheckButton::PtInWindow(PRInt32 aX,PRInt32 aY)
{
PRBool result = PR_FALSE;
nsPoint hitPt(aX,aY);