patch window size - newbie question

NKOTB's icon

I've been through all the documentation but failed to find the answer to a simple but infuriating problem: why do some patches (eg mousemeter.pat) have a reduced display size? How can this be altered? I want to make all the objects in this patch visable so I can see how it works. Copy and paste of all the objects into a new patch brings this reduced size with it. Is it a mask? Any advice would be appreciated :-)

Hendrik's icon

this is because of the 'window size' & 'window flags nogrow' messages
that are banged into the thispatcher object.

NKOTB's icon

Got it! Great, thanks a lot!