mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
This commit is contained in:
parent
fa787a17e1
commit
eeb612ea2d
|
@ -434,7 +434,13 @@ data class RawSubscription(
|
||||||
}
|
}
|
||||||
|
|
||||||
private val expVars = arrayOf(
|
private val expVars = arrayOf(
|
||||||
"left", "top", "right", "bottom", "width", "height"
|
"left",
|
||||||
|
"top",
|
||||||
|
"right",
|
||||||
|
"bottom",
|
||||||
|
"width",
|
||||||
|
"height",
|
||||||
|
"random"
|
||||||
)
|
)
|
||||||
|
|
||||||
private fun setVariables(exp: Expression, rect: Rect) {
|
private fun setVariables(exp: Expression, rect: Rect) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user