You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like MUIM_Floattext_Append always clones what is in the floattext gadget and then appends the cloned text plus the new text, effectually duplicating what's in the floattext gadget. Take a look at the attached example. Press the button and the result will be "test 1 test 1 test 2" even though it should just be "test 1 test 2". main.zip
Looks like
MUIM_Floattext_Append
always clones what is in the floattext gadget and then appends the cloned text plus the new text, effectually duplicating what's in the floattext gadget. Take a look at the attached example. Press the button and the result will be "test 1 test 1 test 2" even though it should just be "test 1 test 2".main.zip
Originally reported here: https://forums.hollywood-mal.com/viewtopic.php?t=3486
The text was updated successfully, but these errors were encountered: