Fix typo in comment

This commit is contained in:
Albrecht Schlosser 2022-12-08 20:40:03 +01:00
parent 54a62eb951
commit 0bb30d8f92

View File

@ -74,7 +74,7 @@ void Fl_Counter::draw() {
if (tbt == FL_UP_BOX) tbt = FL_DOWN_BOX;
if (tbt == FL_THIN_UP_BOX) tbt = FL_THIN_DOWN_BOX;
// array boxes
// arrow boxes
for (int i = 0; i < 4; i++) {
if (mouseobj_ == i + 1)
ab[i].boxtype = fl_down(box());