зеркало из https://github.com/mozilla/pjs.git
Fix bustage on Linux/Motif 2.0 with reflow.
This commit is contained in:
Родитель
9cd2c96abe
Коммит
6f79899a9f
|
@ -1279,7 +1279,7 @@ fe_scroller_resize (Widget widget, XtPointer closure)
|
|||
Note: don't use CONTEXT_DATA (context)->active_url_count
|
||||
here, that only counts foreground transfers, not images.
|
||||
*/
|
||||
if (XP_IsContextBusy (context)) {
|
||||
if (LO_LayingOut(context)) {
|
||||
CONTEXT_DATA (context)->relayout_required = True;
|
||||
} else {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче