summaryrefslogtreecommitdiff
path: root/src/gui/gui_menu.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui_menu.pas')
-rw-r--r--src/gui/gui_menu.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui_menu.pas b/src/gui/gui_menu.pas
index 3242685c..f5c8aeeb 100644
--- a/src/gui/gui_menu.pas
+++ b/src/gui/gui_menu.pas
@@ -579,6 +579,8 @@ begin
end;
end; { if/else }
Canvas.FillRectangle(r);
+ // a possible future theme option
+// Canvas.GradientFill(r, FLightColor, FDarkColor, gdVertical);
mi.DrawText(Canvas, r.left+4, r.top+1);
Canvas.EndDraw(r.Left, r.Top, r.Width, r.Height);
Exit; //==>