From b123eb709355b94a7c25ec1ec12ff7a428f7c186 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 5 Nov 2013 18:18:50 +0000 Subject: Remove 'action' mouse pointer. --- src/ui/button.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/button.cc') diff --git a/src/ui/button.cc b/src/ui/button.cc index e9a40b9..6c34a4f 100644 --- a/src/ui/button.cc +++ b/src/ui/button.cc @@ -88,9 +88,9 @@ void Button::draw() Paint::draw_label(global_location(), size(), font(), text(), alignment()); - if (enabled() && has_mouse_focus()) { - root()->set_pointer("action", Palette::Highlight); - } +// if (enabled() && has_mouse_focus()) { +// root()->set_pointer("action", Palette::Highlight); +// } } bool Button::on_keypress(const int key, const unsigned int modifier) -- cgit v1.2.3