Skip to content

Commit 21d58c8

Browse files
committed
make only first bottom go top
1 parent 633728f commit 21d58c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spikeinterface_gui/backend_qt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +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
252253

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

0 commit comments

Comments
 (0)