i have two switches which i want BOTH to be pressed before program control continues, the problem is in the following program; just ONE switch 'falling' and it already proceeds ?!

changing it to 'rising' works as expected (the same as Wait for '1'), as soon as the 2nd switch is pressed, the program proceeds, but for 'falling', only one button release is sufficient (after both have been pressed).
am i doing something wrong, or is there a bug here ?