fuse.py: Window.__iadd__, aggregating windows without extending lists.
Window.__add__ extends the lists, it is not wanted when one simply wants to combine windows. This .__iadd__ method is actually dead code, but the method is nice.
Please register or sign in to comment