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

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




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.