MATLAB: Simulink rips blocks apart after reloading model

MATLABsimulink

Hi there,
I'm facing a little problem with simulink and would like to ask whether this is a bug or whether I'm doing something wrong.
I'm placing a bunch of blocks using matlab commands. All blocks are between 0 and 2^15 pixels (I first thought the problem only arises when the blocks are inbetween 0 and -2^15 but it does the same thing for positive pixels) Here is a picture of how it looks like before I save:
and here is what it looks like when I reload the same model:
So apparently Simulink stretches the blocks vertically. Any suggestion why it does that? Isn't the area that simulink can work with +/- 2^15 pixels?
Thanks it advance,
Regards,
Lenni

Best Answer

I guess I figured it out. There was another block hidden in the area between 0 and -2^15 pixels. I replaced that one in the positive area and don't have that problem anymore.
Either way. I'd be very happy to see this bug fixed!!!
Regards,
Lenni