modifiable mouse wheel scroll step

This commit is contained in:
Jinhao
2016-06-27 10:36:08 +08:00
parent 3cf10ef940
commit a8219fe760
7 changed files with 60 additions and 28 deletions

View File

@@ -2584,7 +2584,7 @@ namespace nana{ namespace widgets
{
if(vert && attributes_.vscroll)
{
attributes_.vscroll->make_step(!upwards);
attributes_.vscroll->make_step(!upwards, this->scheme_->mouse_wheel.lines);
if(_m_scroll_text(true))
{
render(true);