subspace / space-acres

Space Acres is an opinionated GUI application for farming on Subspace Network
53 stars 20 forks source link

Clipping farm sectors in plot visualisation #119

Closed jim-counter closed 5 months ago

jim-counter commented 5 months ago

There are some sectors not being displayed on the UI as per the screenshot below. Possibly just the last row is missing.

image

nazar-pc commented 5 months ago

It would help if you attach screenshot of the whole window. Looks like you just need to scroll down a bit.

jim-counter commented 5 months ago

image

Also suspicious that my second farm finishes exactly on the end of the row.

image

nazar-pc commented 5 months ago

Yep, GTK definitely refuses to show the last row for some inexplicable reason :confused:

Reported to GTK as a comment here: https://gitlab.gnome.org/GNOME/gtk/-/issues/6360

Will try to rewrite this visualization in some other way to bypass the issue.

nazar-pc commented 5 months ago

This build should fix the issue and render useful information when hovering over sectors: https://github.com/nazar-pc/space-acres/actions/runs/7854968476