fix an issue that no respending when double-click the scrollbar

This commit is contained in:
Jinhao 2015-10-14 22:25:07 +08:00
parent cb4bb7d60e
commit 4ad8cdec8b

View File

@ -243,6 +243,11 @@ namespace nana
}
}
void dbl_click(graph_reference graph, const arg_mouse& arg) override
{
mouse_down(graph, arg);
}
void mouse_down(graph_reference graph, const arg_mouse& arg) override
{
if (arg.left_button)