hightlight edited box
This commit is contained in:
parent
fa43303ae7
commit
bda914fff5
1 changed files with 3 additions and 0 deletions
|
@ -244,6 +244,9 @@ void draw() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (editboxpos) {
|
||||||
|
box[editbox]=color(0,0,255); //highlight current edited box
|
||||||
|
}
|
||||||
sendToWuerfels();
|
sendToWuerfels();
|
||||||
|
|
||||||
textSize(12);
|
textSize(12);
|
||||||
|
|
Loading…
Reference in a new issue