Refactor extra(land) tooltips and split into 3 settings in config

This commit is contained in:
dP
2020-07-04 23:58:06 +03:00
parent 8b4fbb41b5
commit 8921e92358
12 changed files with 334 additions and 257 deletions
+1 -1
View File
@@ -476,7 +476,7 @@ struct MainWindow : Window
virtual void OnMouseOver(Point pt, int widget)
{
if (_game_mode != GM_MENU && _settings_client.gui.enable_extra_tooltips && pt.x != -1) GuiPrepareTooltipsExtra(this);
if (_game_mode != GM_MENU && pt.x != -1) GuiPrepareTooltipsExtra(this);
}
static HotkeyList hotkeys;