From 88649e033a26be4ab3f337c856d6098e05adcd0d Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Fri, 19 Dec 2008 16:44:00 -0300 Subject: Moved clicked from ButtonResource to Resource. --- dw/fltkcomplexbutton.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/fltkcomplexbutton.cc') diff --git a/dw/fltkcomplexbutton.cc b/dw/fltkcomplexbutton.cc index 6c15cee3..9c73f97f 100644 --- a/dw/fltkcomplexbutton.cc +++ b/dw/fltkcomplexbutton.cc @@ -87,7 +87,7 @@ int ComplexButton::handle(int event, const Rectangle& rectangle) { if (pushed()) return 1; // ignore extra pushes on currently-pushed button initial_state = state(); clear_flag(PUSHED); - do_callback(); + /* do_callback(); */ case DRAG: { bool inside = event_inside(rectangle); if (inside) { -- cgit v1.2.3