From 33b601e57404fcef058a992ba7767f2c4f16a81b Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 11 Oct 2023 22:25:52 +0100 Subject: Synchronize all arrow colors and inactive drawing (#791) --- src/Fl_Menu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Menu.cxx') diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx index f3400bd9a..a213978d3 100644 --- a/src/Fl_Menu.cxx +++ b/src/Fl_Menu.cxx @@ -561,7 +561,7 @@ void menuwindow::drawentry(const Fl_Menu_Item* m, int n, int eraseit) { int x1 = xx + ww - sz - 2; int y1 = yy + (hh-sz)/2 + 1; - // draw an arrow whose style dependends on the active scheme + // draw an arrow whose style depends on the active scheme fl_draw_arrow(Fl_Rect(x1, y1, sz, sz), FL_ARROW_SINGLE, FL_ORIENT_RIGHT, fl_color()); } else if (m->shortcut_) { -- cgit v1.2.3