Feature: [Linkgraph] Show a tooltip with statistics when hovering a link

This commit is contained in:
Nicolas Chappe
2021-08-18 16:52:42 +02:00
committed by Michael Lutz
parent 7c79a2a767
commit 864771ca09
5 changed files with 84 additions and 10 deletions

View File

@@ -2873,6 +2873,7 @@ static void MouseLoop(MouseClick click, int mousewheel)
_scrolling_viewport = true;
_cursor.fix_at = (_settings_client.gui.scroll_mode == VSM_VIEWPORT_RMB_FIXED ||
_settings_client.gui.scroll_mode == VSM_MAP_RMB_FIXED);
DispatchRightClickEvent(w, x - w->left, y - w->top);
return;
}
break;