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/listitem.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/ui/listitem.cc') diff --git a/src/ui/listitem.cc b/src/ui/listitem.cc index 634cbaf..d7c3f1e 100644 --- a/src/ui/listitem.cc +++ b/src/ui/listitem.cc @@ -58,10 +58,9 @@ void ListItem::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); +// } } void ListItem::on_mouseover(const math::Vector2f &cursor) -- cgit v1.2.3