Added listbox color scheme

This commit is contained in:
cnjinhao
2014-12-30 06:28:23 +08:00
parent 052d34a746
commit aa12254844
22 changed files with 142 additions and 107 deletions

View File

@@ -1528,7 +1528,7 @@ namespace nana{ namespace widgets
API::caret_visible(window_, visible);
if(visible)
API::caret_pos(window_, pos.x, pos.y);
API::caret_pos(window_, pos);
}
}