Make the setter of hidden public in Element.kt

This commit is contained in:
Username404 2021-06-25 16:50:30 +02:00
parent 1ac22a7e97
commit 250e72cab0
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ abstract class Element(
} }
} }
} }
var hidden: Boolean = false; internal set var hidden: Boolean = false
} }
abstract class ColoredElement( abstract class ColoredElement(