Renamed expr_color to color

This commit is contained in:
cnjinhao
2014-12-24 02:07:39 +08:00
parent 34c8392f35
commit ad7c36be3f
49 changed files with 296 additions and 296 deletions

View File

@@ -34,7 +34,7 @@ namespace nana
{
if (state == StateHighlighted)
{
::nana::expr_color clr{ 0xaf, 0xc7, 0xe3 };
::nana::color clr{ 0xaf, 0xc7, 0xe3 };
graph.rectangle(r, false, clr);
graph.set_color(colors::white);