-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Description
To reproduce:
run this script:
mw = RBA::Application::instance.main_window
mw.create_layout(1)
cv = RBA::CellView::active
cv.name = "L1"
mw.create_layout(2)
cv = RBA::CellView::active
cv.name = "L1"
mw.create_layout(1)
cv = RBA::CellView::active
cv.name = "L2"
mw.create_layout(2)
cv = RBA::CellView::active
cv.name = "L2"
mw.create_layout(2)
cv = RBA::CellView::active
cv.name = "L2"
mw.create_layout(1)
cv = RBA::CellView::active
cv.name = "L1"
mw.create_layout(2)
cv = RBA::CellView::active
cv.name = "L3"
mw.create_layout(2)
cv = RBA::CellView::active
cv.name = "L3"
then close one tab and close the application. The application crashes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels