-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImageLabel SliceCenter Not Replicating #201
Comments
It looks like there are a few missing properties I didn't catch when working on the dump, Rect being one of them! |
Should be fixed in the next release, thanks! |
Doesn't appear to be fixed in Alpha 12. Possibly worth looking into again? |
Sure thing! I'll go through and try to reproduce this and a couple other bugs on Monday. |
Is there any update on this? I am experiencing this bug. Using v0.5.0-alpha.13 |
I was able to reproduce this, I just checked a test project into Rojo that demonstrates the issue. I'm tracking the cause right now, it looks like it's lost over the protocol. |
This should be fixed in the next release, or you can build the plugin from the repository using Rojo itself: rojo build plugin -o Rojo.rbxm |
When using a
.rbxmx
file within a project, theSliceCenter
property of aImageLabel
instance isn't replicating correctly. It is being set to0, 0, 0, 0
rather than the true value within the.rbxmx
file.No errors/warnings are being outputted inside of the Roblox Studio console or the command prompt.
Also tried using a
.rbxm
file to see what would happen in this case (just to see if I could provide any more information. I know full support for.rbxm
files is still in the works), and it is missing the property entirely, as theScaleType
is being set toStretch
.The text was updated successfully, but these errors were encountered: