summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/split.c b/src/split.c
index 98c0cda..eed0f50 100644
--- a/src/split.c
+++ b/src/split.c
@@ -847,6 +847,9 @@ set_active_frame (rp_frame *frame, int force_indicator)
if ((old != s->current_frame && num_frames(s) > 1)
|| s != old_s)
{
+ if (s != old_s)
+ force_indicator = 1;
+
show_frame_indicator(force_indicator);
/* run the frame switch hook. We call it in here because this is