refactor shared_icons

This commit is contained in:
Jinhao
2018-12-12 00:39:54 +08:00
parent 43d85b300a
commit a2cda83019
6 changed files with 172 additions and 57 deletions

View File

@@ -197,6 +197,7 @@ namespace nana
clr.from_rgb(0x86, 0xD5, 0xFD); break;
case states::selected:
clr.from_rgb(0x3C, 0x7F, 0xB1); break;
default: break;
}
graph.rectangle(r, false, clr);