right bypass arrow on window?

what might cause this? the grey right overlay is on my window output.

thanks.

There shouldn’t be a way to turn on bypass over components via UI, but looks like we hadn’t disabled it via scripting. So you can turn it off in the textport using the command

op('/path_to_window').bypass = False

Hope that helps.