fix logbook scrolling focus

This commit is contained in:
Alexander Sellite 2026-08-25 00:11:47 -04:00
parent 968fbe2421
commit da7f072365
2 changed files with 3 additions and 27 deletions

View file

@ -103,6 +103,9 @@ func _validate_page() -> void:
assert((page.get("_catalog_grid") as GridContainer).columns == 4)
var catalog_scroll := page.get("_catalog_scroll") as ScrollContainer
assert(catalog_scroll != null and catalog_scroll.follow_focus)
catalog_scroll.scroll_vertical = 37
await create_timer(0.2).timeout
assert(catalog_scroll.scroll_vertical == 37)
page.call(
"_set_controller_zone",
LogbookPage.ControllerZone.ENTRIES,