Skip to content

Commit 94ee959

Browse files
committed
only first bottom is top
1 parent 21d58c8 commit 94ee959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spikeinterface_gui/backend_qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def create_main_layout(self):
249249
bottom_zone = f"zone{column_index+5}"
250250
widgets_zone[top_zone] = widgets_zone[bottom_zone]
251251
widgets_zone[bottom_zone] = []
252-
break
252+
continue
253253

254254
is_zone = np.array([(widgets_zone.get(zone) is not None) and (len(widgets_zone.get(zone)) > 0) for zone in all_zones])
255255
is_zone_array = np.reshape(is_zone, (2,4))

0 commit comments

Comments
 (0)