attempt to fix bustage
git-svn-id: svn://10.0.0.236/trunk@82706 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -307,7 +307,7 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
|
||||
// we want XUL popups to be able to overlap the task bar.
|
||||
aMetric = 1;
|
||||
break;
|
||||
case eMetric_DisplayFullWindow:
|
||||
case eMetric_DragFullWindow:
|
||||
aMetric = 1;
|
||||
break;
|
||||
default:
|
||||
|
||||
@@ -352,7 +352,7 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
|
||||
// xul popups are not allowed to overlap the menubar.
|
||||
aMetric = 0;
|
||||
break;
|
||||
case eMetric_DisplayFullWindow:
|
||||
case eMetric_DragFullWindow:
|
||||
aMetric = 0;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user