Prevent lib items from resizing themselves after a back

This commit is contained in:
Nick Bisby 2019-03-10 00:16:01 -06:00
parent b0baf96ce6
commit d2a9be6236
No known key found for this signature in database
GPG Key ID: F6E0C4E6D0B5EB36

View File

@ -28,6 +28,7 @@
m.itemText = m.top.findNode("itemText")
itemData = m.top.itemContent
m.itemText.text = itemData.labelText
updateSize()
end function
]]>
</script>