leave out for now

This commit is contained in:
sonora 2015-02-01 12:18:26 +01:00
parent 3aa3edb680
commit 5b6c9b4396

View file

@ -85,7 +85,7 @@ public class RulerControl extends MapControls {
if (cacheRulerText != null) {
boolean isNight = nightMode == null ? false : nightMode.isNightMode();
rulerDrawable = (isNight ? mapActivity.getResources().getDrawable(R.drawable.ruler_night) : mapActivity.getResources().getDrawable(R.drawable.ruler));
//rulerDrawable = (isNight ? mapActivity.getResources().getDrawable(R.drawable.ruler_night) : mapActivity.getResources().getDrawable(R.drawable.ruler));
Rect bounds = rulerDrawable.getBounds();
int bottom = (int) (view.getHeight() - vmargin);
if(bounds.bottom != bottom) {