diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2007-02-27 19:23:24 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2007-02-27 19:23:24 +0000 |
| commit | a1f5426a97cf2514b63baeeb4021a8cb18d6a24d (patch) | |
| tree | 699595c7fd50b5fc6850574f741c7bf2e1e6c36b /src/Fl_Menu.cxx | |
| parent | 4f0bda21f86e8bc6daee05c698f2b0ba490ed77b (diff) | |
STR #1617: fltkgl.vcproj in the vnet directory had missing closing brackets in the XML code. The question remains: who ate the slashes?
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5721 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Menu.cxx')
| -rw-r--r-- | src/Fl_Menu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx index b8337d4d6..703f2ec39 100644 --- a/src/Fl_Menu.cxx +++ b/src/Fl_Menu.cxx @@ -190,7 +190,7 @@ void Fl_Menu_Item::draw(int x, int y, int w, int h, const Fl_Menu_* m, tW --; fl_pie(x + td + 1, y + d + td - 1, tW + 3, tW + 3, 0.0, 360.0); fl_arc(x + td + 1, y + d + td - 1, tW + 3, tW + 3, 0.0, 360.0); - fl_color(fl_color_average(FL_WHITE, FL_SELECTION_COLOR, 0.2)); + fl_color(fl_color_average(FL_WHITE, FL_SELECTION_COLOR, 0.2f)); } else fl_color(labelcolor_); } else fl_color(labelcolor_); |
