Merge pull request #1564 from justin-lovell/justin-lovell-mark-changed-event

Synchronize Text with Wrapper State
This commit is contained in:
Applevangelist 2021-07-04 18:10:35 +02:00 committed by GitHub
commit 00b3e9b371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -673,9 +673,9 @@ function MARKER:OnEventMarkChange(EventData)
if MarkID==self.mid then
self:Changed(EventData)
self.text=tostring(EventData.MarkText)
self:TextChanged(tostring(EventData.MarkText))
self:Changed(EventData)
end