summaryrefslogtreecommitdiff
path: root/otk/button.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-16 11:59:12 +0000
committerDana Jansens <danakj@orodu.net>2003-02-16 11:59:12 +0000
commit7a41f7730dfa7e5733720f98f89c5a5906f1e786 (patch)
tree17c99ac6c1d5cc88109d1013fc638303a3f5450c /otk/button.cc
parentf325abe4e454f3c413ad91e6145b8a8c458c8758 (diff)
add otk::MessageDialog
Diffstat (limited to 'otk/button.cc')
-rw-r--r--otk/button.cc2
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)