mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
bug 248603. Fix for high-contrast themes. r=sergei_d@fi.tartu.ee. BeOS-port only
This commit is contained in:
parent
debe88f251
commit
52def2a4c5
@ -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…
Reference in New Issue
Block a user