зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1186841 - TabMenuStrip: Draw divider all the way. r=margaret
--HG-- extra : commitid : 6dytiVId1Ta extra : rebase_source : bc1bde5cd1b336f6eabc44a1bf1972b8e62b1e95
This commit is contained in:
Родитель
563cdc918b
Коммит
527af74b4b
|
@ -65,7 +65,7 @@ public class TabMenuStrip extends HorizontalScrollView
|
|||
super.draw(canvas);
|
||||
|
||||
final int height = getHeight();
|
||||
canvas.drawRect(0, height - shadowSize, getWidth(), height, shadowPaint);
|
||||
canvas.drawRect(0, height - shadowSize, layout.getWidth(), height, shadowPaint);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Загрузка…
Ссылка в новой задаче