Code reviews

This commit is contained in:
cnjinhao
2015-01-24 08:06:02 +08:00
parent 02b77d2a26
commit c5025b58a9
5 changed files with 243 additions and 299 deletions

View File

@@ -494,6 +494,8 @@ namespace nana
case element_state::pressed:
bgcolor = arg_bgcolor.blend(colors::black, 0.8);
break;
case element_state::disabled:
bgcolor = colors::dark_gray;
default:
break;
}