mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge pull request #1564 from justin-lovell/justin-lovell-mark-changed-event
Synchronize Text with Wrapper State
This commit is contained in:
commit
00b3e9b371
@ -673,9 +673,9 @@ function MARKER:OnEventMarkChange(EventData)
|
|||||||
|
|
||||||
if MarkID==self.mid then
|
if MarkID==self.mid then
|
||||||
|
|
||||||
self:Changed(EventData)
|
self.text=tostring(EventData.MarkText)
|
||||||
|
|
||||||
self:TextChanged(tostring(EventData.MarkText))
|
self:Changed(EventData)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user