summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-12-08 20:40:03 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-12-08 20:40:03 +0100
commit0bb30d8f92839af826fb389fccd625c74e981a13 (patch)
tree313db32c0849f636fde45406f3a507ffb0025371 /src
parent54a62eb9512b44d5134ffd07b9b1c06799f4dc9c (diff)
Fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Counter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Counter.cxx b/src/Fl_Counter.cxx
index 9a9b4bbfc..49fd6b32a 100644
--- a/src/Fl_Counter.cxx
+++ b/src/Fl_Counter.cxx
@@ -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());