diff options
author | Stijn Buys <ingar@osirion.org> | 2013-11-05 18:18:50 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-11-05 18:18:50 +0000 |
commit | b123eb709355b94a7c25ec1ec12ff7a428f7c186 (patch) | |
tree | 9703467cdb9829b77f55c6e8da6d64202c9bc402 /src/client | |
parent | aa00be016738efee6fe3bcb57ca4bc081b24d585 (diff) |
Remove 'action' mouse pointer.
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/galaxymapwidget.cc | 8 | ||||
-rw-r--r-- | src/client/mapwidget.cc | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/client/galaxymapwidget.cc b/src/client/galaxymapwidget.cc index 2a95c61..a49e004 100644 --- a/src/client/galaxymapwidget.cc +++ b/src/client/galaxymapwidget.cc @@ -159,10 +159,10 @@ void GalaxyMapWidget::draw() gl::end(); gl::disable(GL_TEXTURE_2D); - if (has_mouse_focus()) { - if (galaxymapwidget_hover_id) - ui::root()->set_pointer("action", ui::Palette::Highlight); - } +// if (has_mouse_focus()) { +// if (galaxymapwidget_hover_id) +// ui::root()->set_pointer("action", ui::Palette::Highlight); +// } } } // namespace client diff --git a/src/client/mapwidget.cc b/src/client/mapwidget.cc index c7d986b..3c0b95a 100644 --- a/src/client/mapwidget.cc +++ b/src/client/mapwidget.cc @@ -224,10 +224,10 @@ void MapWidget::draw() gl::disable(GL_TEXTURE_2D); - if (has_mouse_focus()) { - if (mapwidget_hover_id) - ui::root()->set_pointer("action", ui::Palette::Highlight); - } +// if (has_mouse_focus()) { +// if (mapwidget_hover_id) +// ui::root()->set_pointer("action", ui::Palette::Highlight); +// } } } // namespace client |