bug 248603. Fix for high-contrast themes. r=sergei_d@fi.tartu.ee. BeOS-port only
git-svn-id: svn://10.0.0.236/trunk@159209 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
68236aacf6
commit
9bae54f2c9
@ -396,7 +396,7 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
|
||||
aMetric = 3;
|
||||
break;
|
||||
default:
|
||||
aMetric = -1;
|
||||
aMetric = 0;
|
||||
res = NS_ERROR_FAILURE;
|
||||
}
|
||||
return res;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user