hightlight edited box

This commit is contained in:
Philipp Kramer 2019-09-11 16:40:01 +02:00
parent fa43303ae7
commit bda914fff5

View file

@ -244,6 +244,9 @@ void draw() {
} }
if (editboxpos) {
box[editbox]=color(0,0,255); //highlight current edited box
}
sendToWuerfels(); sendToWuerfels();
textSize(12); textSize(12);