We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae0352 commit 650cd10Copy full SHA for 650cd10
1 file changed
invui-kotlin/src/main/kotlin/xyz/xenondevs/invui/dsl/ScrollGuiDsl.kt
@@ -53,7 +53,7 @@ internal abstract class ScrollGuiDslImpl<C : Any>(
53
override val content = ProviderDslProperty(emptyList<C>())
54
override val line = MutableProviderDslProperty(0)
55
override val lineCount = internalLineCount.flatten()
56
- override val maxLine = mutableProvider(0)
+ override val maxLine = internalMaxLine.flatten()
57
58
override fun applyToBuilder(builder: ScrollGui.Builder<C>) {
59
super.applyToBuilder(builder)
0 commit comments