зеркало из https://github.com/mozilla/pjs.git
re-enable the scrollbars on Mac, the widgets are now implemented
This commit is contained in:
Родитель
3265d2fdd7
Коммит
10ca96d0b2
|
@ -443,12 +443,7 @@ NS_IMETHODIMP nsScrollingView :: Init(nsIViewManager* aManager,
|
|||
|
||||
// Create a view for a vertical scrollbar
|
||||
|
||||
#ifdef XP_MAC
|
||||
mVScrollBarView = nsnull;
|
||||
PR_ASSERT(FALSE); //¥¥¥TEMPORARY: scrollbar widgets are not supported yet ¥¥¥
|
||||
#else
|
||||
mVScrollBarView = new ScrollBarView(this);
|
||||
#endif
|
||||
|
||||
if (nsnull != mVScrollBarView)
|
||||
{
|
||||
|
@ -469,12 +464,7 @@ NS_IMETHODIMP nsScrollingView :: Init(nsIViewManager* aManager,
|
|||
|
||||
// Create a view for a horizontal scrollbar
|
||||
|
||||
#ifdef XP_MAC
|
||||
mHScrollBarView = nsnull;
|
||||
PR_ASSERT(FALSE); //¥¥¥TEMPORARY: scrollbar widgets are not supported yet ¥¥¥
|
||||
#else
|
||||
mHScrollBarView = new ScrollBarView(this);
|
||||
#endif
|
||||
|
||||
if (nsnull != mHScrollBarView)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче