Problem with clusters

Hello,

When I do a cluster of one electrode, I can view it. If I cluster more than one electrode from my EEG data, I get this error:
Index in position 1 exceeds array bounds (must not exceed 1).

Error in figure_timeseries>PlotAxesColumn (line 3624)
Lhi = (F(i, : ) + Std(i,:));

Error in figure_timeseries>PlotAxes (line 3205)
PlotHandles = PlotAxesColumn(hAxes, PlotHandles, TsInfo, TimeVector, F, LinesLabels, isFastUpdate, Std);

I think this fix will fix the issue:
https://github.com/brainstorm-tools/brainstorm3/commit/fe485c50eb83e2dc72a325dcab140ef2093120b7

Please update Brainstorm and try again.