mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 833033 - Schedule a paint when document state changes. r=roc
This commit is contained in:
parent
aba96f20c7
commit
c687c7e2ce
@ -4005,6 +4005,7 @@ PresShell::DocumentStatesChanged(nsIDocument* aDocument,
|
||||
if (root->HasView()) {
|
||||
root->GetView()->SetForcedRepaint(true);
|
||||
}
|
||||
root->SchedulePaint();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user