diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-19 16:44:00 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-19 16:44:00 -0300 |
commit | 88649e033a26be4ab3f337c856d6098e05adcd0d (patch) | |
tree | 4595192ffe427982b199213400b3cc8830afca8e /dw/fltkcomplexbutton.cc | |
parent | 3322961a176a1c0933cf4d525a9ed8e03b7f2d5a (diff) |
Moved clicked from ButtonResource to Resource.
Diffstat (limited to 'dw/fltkcomplexbutton.cc')
-rw-r--r-- | dw/fltkcomplexbutton.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |