fix an issue that no respending when double-click the scrollbar
This commit is contained in:
parent
cb4bb7d60e
commit
4ad8cdec8b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user