Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRun icon stays green after closing sketch #5871
Open
Comments
|
What happens if you press the stop-button instead? |
|
When using the stop button, it does go back to grey. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When closing a sketch with either the close window button, or by pressing ESC, the run button in the IDE stays active (green), instead of going back to inactive(grey).


Sketch running, no problems here:
Sketch has been closed, but run button stays active:
Expected Behavior
Run button goes back to being grey.
Current Behavior
Run button stays active(green).
Steps to Reproduce
1.Run any sketch with either the Run button, or with Ctrl+R.
Edit: Using the exit() method also makes the run icon stay green.
2.Close the sketch with ESC or the close window button.
3.The run button stays active.
Your Environment
Possible Causes / Solutions