una-xiv / umbra

Umbra XIV - Adds quality of life improvements to the game and consolidates common UI elements and actions into a single uniform interface.
GNU Affero General Public License v3.0
59 stars 24 forks source link

[BUG] World markers overlap the toolbar when placed at the top of the screen. #12

Closed haroldiedema closed 2 months ago

haroldiedema commented 2 months ago

When the toolbar is positioned at the top of the screen, world markers may sometimes (depending on the distance setting) overlap the toolbar. This shouldn't happen.

A preferred fix would be to enforce the render-order of both the toolbar and its popover widgets and the markers to ensure that the markers are always rendered first so they are always behind the toolbar and other elements.

The [OnDraw] attribute should accept a renderOrder number to allow this to be configurable.