Comment 2 for bug 1450805

Revision history for this message
Ryan (ryan-pisano) wrote :

That makes sense, I didn't think about how that would look in Java, though I did initially check to see if any of the click() code was in Jython.

I was hesitant to split the call with an if statement (if modifier or not) since the logic is more complex than my trivial example, and the click is part of an if statement. I overlooked assigning the result of the click to a variable and splitting out the assignment calls based on the modifier parameter.

Thanks!