additional dirty flag helper function for layouts

This commit is contained in:
BlackMATov
2020-02-07 13:18:08 +07:00
parent 701a2dcfc8
commit 6cba713365
4 changed files with 55 additions and 14 deletions

View File

@@ -70,6 +70,9 @@ local layout_item = {
---@type boolean
disabled = false,
---@type boolean
dirty = false,
---@type v2f
size = v2f.unit()
}