(svn r20119) -Add: Tooltips can be removed if the user stops hovering the mouse.

This commit is contained in:
terkhen
2010-07-11 10:55:57 +00:00
parent 9aef7b8c3d
commit 51e6cb0a70
3 changed files with 21 additions and 11 deletions

View File

@@ -2039,7 +2039,7 @@ void UpdateTileSelection()
static inline void ShowMeasurementTooltips(StringID str, uint paramcount, const uint64 params[])
{
if (!_settings_client.gui.measure_tooltip) return;
GuiShowTooltips(str, paramcount, params, true);
GuiShowTooltips(str, paramcount, params, TCC_LEFT_CLICK);
}
/** highlighting tiles while only going over them with the mouse */