Skip to content

Commit

Permalink
fixed vig-10 triggered bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Nov 28, 2024
1 parent 62071a1 commit 25d7a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/step4_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ step4_plot = function(tm, vp, return.asp, show, in.shiny, knit, args) {
} else {
NULL
}},
{if (length(aux)) list(data.frame(gid = 0, glid = 1L:length(aux), lid = aux_lid, group = aux_group, group.control = aux_group.control, lid2 = 0, pane = "", new = TRUE, group.zoom_levels = I(NA))) else NULL}))
{if (length(aux)) list(data.frame(gid = 0, glid = 1L:length(aux), lid = aux_lid, group = aux_group, group.control = aux_group.control, lid2 = 0, pane = "", new = TRUE, group.zoom_levels = I(rep(list(NA),length(aux))))) else NULL}))

#q$lid[q$lid != 0] = q$lid[q$lid != 0] + 400L

Expand Down

0 comments on commit 25d7a6f

Please sign in to comment.