move lazy_refresh() from namespace API to API::dev

This commit is contained in:
Jinhao
2016-04-17 17:46:19 +08:00
parent afa253f924
commit 42990b8670
19 changed files with 121 additions and 120 deletions

View File

@@ -350,7 +350,7 @@ namespace nana
if(track_mouse(arg.pos))
{
refresh(graph);
API::lazy_refresh();
API::dev::lazy_refresh();
}
}