summaryrefslogtreecommitdiffstats
path: root/src/beval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/beval.c')
-rw-r--r--src/beval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/beval.c b/src/beval.c
index 8e0efb5e2b..8b7570b575 100644
--- a/src/beval.c
+++ b/src/beval.c
@@ -308,7 +308,7 @@ general_beval_cb(BalloonEval *beval, int state UNUSED)
// The 'balloonexpr' evaluation may show something on the screen
// that requires a screen update.
if (must_redraw)
- redraw_after_callback(FALSE);
+ redraw_after_callback(FALSE, FALSE);
recursive = FALSE;
return;