From 96e50fa5958fda3f9d1542e7c7eabdf30b4c8b56 Mon Sep 17 00:00:00 2001 From: vczh Date: Wed, 27 Dec 2023 16:31:33 -0800 Subject: [PATCH] Update import --- Import/GacUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Import/GacUI.cpp b/Import/GacUI.cpp index 9c93fc47..ba8cc9d3 100644 --- a/Import/GacUI.cpp +++ b/Import/GacUI.cpp @@ -27900,7 +27900,7 @@ GuiVirtualRepeatCompositionBase visibleStyles.RemoveRange(0, visibleCount); for (auto [style, i] : indexed(visibleStyles)) { - Layout_UpdateIndex(style, startIndex + 1); + Layout_UpdateIndex(style, startIndex + i); } }