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:
sergei_d%fi.tartu.ee 2004-07-14 22:39:36 +00:00
parent 68236aacf6
commit 9bae54f2c9

View File

@ -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;