23 if event.button.id==
"exit":
25 rel_panel = self.query_one(RelationshipSelectPanel)
28 rel_panel.verify_relations()
31 main_screen = self.app.get_screen(
"main")
32 selection_menu = main_screen.query_exactly_one(
"SelectionPanel")
33 selection_menu.refresh(recompose=
True)
34 selection_menu.restore_menu_state()
35 self.app.screen.dismiss()