Fix for bug #2867. Removed the questionable logic I added previously.

git-svn-id: svn://10.0.0.236/trunk@19619 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-02-04 00:43:49 +00:00
parent 19cc41ca68
commit b7ecf11083
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ public:
nsGUIEvent* aEvent,
nsEventStatus& aEventStatus);
NS_IMETHOD IsPercentageBase(PRBool& aBase) const {
aBase = PR_FALSE;
aBase = PR_TRUE;
return NS_OK;
}