| 5041 | } |
| 5042 | |
| 5043 | void EditorNode::_project_run_stopped() { |
| 5044 | int action_on_stop = EDITOR_GET("run/bottom_panel/action_on_stop"); |
| 5045 | if (action_on_stop == ACTION_ON_STOP_CLOSE_BUTTOM_PANEL) { |
| 5046 | bottom_panel->hide_bottom_panel(); |
| 5047 | } |
| 5048 | } |
| 5049 | |
| 5050 | void EditorNode::notify_all_debug_sessions_exited() { |
| 5051 | project_run_bar->stop_playing(); |
nothing calls this directly
no test coverage detected