Fix bustage on Linux/Motif 2.0 with reflow.

This commit is contained in:
waterson%netscape.com 1998-09-11 22:12:47 +00:00
Родитель 9cd2c96abe
Коммит 6f79899a9f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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 {