We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When any widget is set as visible, you can't change the position and size values for the widget through text values.
This seems to be related to SettingsWidgets.as function RenderInterface(). I am not sure what exactly could be the fix, but commenting out
tm-dashboard/Source/SettingsWidgets.as
Line 111 in cb36082
Line 115 in cb36082
The current workaround is to hide the widget (disable both Visible UI and Hidden UI), set the values, and then unhide.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When any widget is set as visible, you can't change the position and size values for the widget through text values.
This seems to be related to SettingsWidgets.as function RenderInterface(). I am not sure what exactly could be the fix, but commenting out
tm-dashboard/Source/SettingsWidgets.as
Line 111 in cb36082
tm-dashboard/Source/SettingsWidgets.as
Line 115 in cb36082
The current workaround is to hide the widget (disable both Visible UI and Hidden UI), set the values, and then unhide.
The text was updated successfully, but these errors were encountered: