fix logbook scrolling focus
This commit is contained in:
parent
968fbe2421
commit
da7f072365
2 changed files with 3 additions and 27 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue