Bug 695252. When switching cards in a deck we don't need to purge all thebes layer contents. r=roc

This commit is contained in:
Timothy Nikkel 2011-10-18 12:48:29 -05:00
Родитель d65b4d17bd
Коммит 11a5712a38
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -177,8 +177,7 @@ nsDeckFrame::IndexChanged(nsPresContext* aPresContext)
return;
// redraw
nsBoxLayoutState state(aPresContext);
Redraw(state);
InvalidateOverflowRect();
// hide the currently showing box
nsIBox* currentBox = GetSelectedBox();