mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00
Bug 194638. *Always* request invalidation of child widgets when we resize a widget. r+sr+a=dbaron
This commit is contained in:
parent
26f8f671c5
commit
3338bdd79f
@ -2637,7 +2637,7 @@ NS_IMETHODIMP nsViewManager::ResizeView(nsIView *aView, const nsRect &aRect, PRB
|
||||
view->ConvertToParentCoords(&oldDimensions.x, &oldDimensions.y);
|
||||
UpdateView(parentView, oldDimensions, NS_VMREFRESH_NO_SYNC);
|
||||
} else {
|
||||
view->SetDimensions(aRect, PR_FALSE);
|
||||
view->SetDimensions(aRect, PR_TRUE);
|
||||
|
||||
InvalidateRectDifference(view, aRect, oldDimensions, NS_VMREFRESH_NO_SYNC);
|
||||
nsRect r = aRect;
|
||||
|
Loading…
x
Reference in New Issue
Block a user