mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Added a XXX comment about what's the correct value for the clip
view's opacity
This commit is contained in:
parent
e065f28fe7
commit
1d54745569
@ -425,6 +425,9 @@ NS_IMETHODIMP nsScrollingView :: Init(nsIViewManager* aManager,
|
||||
// The clip view needs a widget to clip any of the scrolled view's
|
||||
// child views with widgets.
|
||||
// XXX The clip widget should be created on demand only...
|
||||
// XXX We're setting the clip view's opacity to be the same as the that of
|
||||
// the scrolling view. Should that be the case or should it be the same
|
||||
// as the scrolled view's opacity, or should it just be 0.0?
|
||||
rv = mClipView->Init(mViewManager, aBounds, this, &kWidgetCID, nsnull,
|
||||
mWindow ? nsnull : aNative, -1, nsnull, aOpacity);
|
||||
mViewManager->InsertChild(this, mClipView, -1);
|
||||
|
Loading…
Reference in New Issue
Block a user