From f93978aba486bf0fea8d9ee857d014a02f3f7d96 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 03:39:53 +0500 Subject: wi[ --- src/Fl_Choice.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Choice.cxx') diff --git a/src/Fl_Choice.cxx b/src/Fl_Choice.cxx index ac9a260cf..d3b53ae9f 100644 --- a/src/Fl_Choice.cxx +++ b/src/Fl_Choice.cxx @@ -200,7 +200,7 @@ int Fl_Choice::handle(int e) { if (wp.deleted()) return 1; } else { // In order to preserve the old look-n-feel of "white" menus, - // temporarily override the color() of this widget... + // temporarily the color() of this widget... Fl_Color c = color(); color(FL_BACKGROUND2_COLOR); handle(FL_BEFORE_MENU); -- cgit v1.2.3