diff --git a/cmd/xfe/scroll.c b/cmd/xfe/scroll.c index 733358f6251..508b115cc1b 100644 --- a/cmd/xfe/scroll.c +++ b/cmd/xfe/scroll.c @@ -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 {