[Sc-devel] [sc-users] SCScrollView bounds change problem
Scott Wilson
i at scottwilson.ca
Wed Feb 6 09:29:47 PST 2008
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.create.ucsb.edu/pipermail/sc-devel/attachments/20080206/17b03085/attachment.html
More information about the Sc-devel
mailing list