StandaloneFilterWindow fix

is:

            if (x != -100 && y != -100)
		setBoundsConstrained (x, y, getWidth(), getHeight());
            else
                centreWithSize (getWidth(), getHeight());

i think it should be:

            if (x != -100 && y != -100)
		setBoundsConstrained (Rectangle<int>(x, y, getWidth(), getHeight()));
            else
                centreWithSize (getWidth(), getHeight());

erm, yes, but that’s already the way the code looks, isn’t it?

maybe i got my GIT version mixed up, i thought i had the lastest tip, maybe i didn’t. I’m sorry, please delete the thread.