move lazy_refresh() from namespace API to API::dev
This commit is contained in:
@@ -350,7 +350,7 @@ namespace nana
|
||||
if(track_mouse(arg.pos))
|
||||
{
|
||||
refresh(graph);
|
||||
API::lazy_refresh();
|
||||
API::dev::lazy_refresh();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user