1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

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

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;