diff options
Diffstat (limited to 'otk/button.cc')
| -rw-r--r-- | otk/button.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/button.cc b/otk/button.cc index 774aa11b..f068d5a5 100644 --- a/otk/button.cc +++ b/otk/button.cc @@ -38,6 +38,8 @@ void Button::release(unsigned int mouse_button) styleChanged(*RenderStyle::style(screen())); refresh(); + + clickHandler(_mouse_button); } void Button::buttonPressHandler(const XButtonEvent &e) |
