[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sc-devel] [sc-users] SCScrollView bounds change problem



this seems to be fine.
all views use getDrawBounds() now to determine their position rather than mBounds.
j.

On Feb 6, 2008, at 6:29 PM, Scott Wilson wrote:


On 6 Feb 2008, at 16:21, Scott Wilson wrote:

Okay, I've got it worked like this, and will commit shortly for the
new RC unless anyone objects.

Sciss, ultimately I guess SwingOSC should behave the same way (action
only fires when user manually scrolls) if it doesn't already.

I've since found another scroll bug that's been introduced somewhere:
Backgrounds no longer draw correctly. This worked in 3.1. I'll see if
I can track it down.

S.

Okay, simply adding this seems to solve it:

SCRect SCScrollTopView::getDrawBounds()
{
	return checkMinimumSize();
}

Can anyone see any reason not to commit this?

S.
_______________________________________________
Sc-devel mailing list
Sc-devel@xxxxxxxxxxxxxxx
http://lists.create.ucsb.edu/mailman/listinfo/sc-devel