eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.56k stars 1.43k forks source link

move the tooltip checkableButtons outside the views #12420

Open angelobanse opened 1 year ago

angelobanse commented 1 year ago

if there are multiple views open (in sumo-gui) it is currently possible to check/uncheck the "Toggle View Tooltips" and "Toggle Menu Tooltips" buttons in any view, but the visible button-status will not be updated across the other views (the tooltips will be enabled/disabled for all views).

1) Move both buttons outside the view area, just aside the "Open new view" and "Open new 3D view". 2) Keep an independent "View Tooltips" button for each view, and move the "Menu Tooltips" outside (having this for each view doesn't really make much sense).

namdre commented 1 year ago

I'd prefer solution 1