Merge branch 'JamesBremner-hotfix-1.6.2' into hotfix-1.6.2

This commit is contained in:
Jinhao 2018-12-14 07:22:22 +08:00
commit 232c7ce7e5

View File

@ -758,6 +758,10 @@ namespace nana
void trigger::mouse_move(graph_reference graph, const arg_mouse& arg)
{
// check if slider is disabled
if(!API::get_widget(arg.window_handle)->enabled())
return; // do nothing
bool updated = false;
if (model_ptr_->if_trace_slider())
{