Comment 29 for bug 54633

Revision history for this message
In , Elmar-ludwig (elmar-ludwig) wrote :

Comment on attachment 282721
fix via nsEventStateManager::DoScrollTextsize()

> // positive adjustment to increase text size, non-positive to decrease
>- ChangeTextSize((adjustment > 0) ? 1 : -1);
>+ ChangeTextSize((adjustment > 0) ? -1 : 1);

Please also change the comment to reflect the new behaviour. Looks fine to me otherwise, but I'm not a reviewer... ;-)