updated resize
git-svn-id: svn://10.0.0.236/trunk@11037 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
74febbdf92
commit
7cd8b2a49d
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user