Asset Library: Scroll up the ScrollContainer after page load

(cherry picked from commit 0e4f2ca860)
This commit is contained in:
Marcus Brummer 2020-12-09 15:24:26 +01:00 committed by Rémi Verschelde
parent ab4423e7ad
commit 8ad61f6669
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 4 additions and 0 deletions

View File

@ -1226,6 +1226,10 @@ void EditorAssetLibrary::_http_request_completed(int p_status, int p_code, const
_request_image(item->get_instance_id(), r["icon_url"], IMAGE_QUEUE_ICON, 0);
}
}
if (!result.empty()) {
library_scroll->set_v_scroll(0);
}
} break;
case REQUESTING_ASSET: {
Dictionary r = d;