From 250e72cab05b80d77aa69507b4f583110478eec6 Mon Sep 17 00:00:00 2001 From: Username404 Date: Fri, 25 Jun 2021 16:50:30 +0200 Subject: [PATCH] Make the setter of hidden public in Element.kt --- common/src/main/kotlin/fr/username404/snowygui/gui/Element.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/kotlin/fr/username404/snowygui/gui/Element.kt b/common/src/main/kotlin/fr/username404/snowygui/gui/Element.kt index c5d6037..d9c7a90 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/gui/Element.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/gui/Element.kt @@ -52,7 +52,7 @@ abstract class Element( } } } - var hidden: Boolean = false; internal set + var hidden: Boolean = false } abstract class ColoredElement(