Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-08-31 17:04:24 +0000
committerStijn Buys <ingar@osirion.org>2013-08-31 17:04:24 +0000
commit2ccf933af280efc249b47728b3b3fd6cf1beb90f (patch)
treed78d2ce5596e221b3c2246ccc58bb6d57b480fc6 /src/client/mapwidget.cc
parentcba3a6db5371f3454321c74cdee3ee002d5d4762 (diff)
Use a different cursor for clickable ui elements.
Diffstat (limited to 'src/client/mapwidget.cc')
-rw-r--r--src/client/mapwidget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mapwidget.cc b/src/client/mapwidget.cc
index 0a4ec72..c7d986b 100644
--- a/src/client/mapwidget.cc
+++ b/src/client/mapwidget.cc
@@ -226,7 +226,7 @@ void MapWidget::draw()
if (has_mouse_focus()) {
if (mapwidget_hover_id)
- ui::root()->set_pointer("target", ui::Palette::Active, true);
+ ui::root()->set_pointer("action", ui::Palette::Highlight);
}
}