tm-dashboard
tm-dashboard copied to clipboard
Widget positional values not editable in visible state
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 https://github.com/codecat/tm-dashboard/blob/cb360828efcfc487517073c1eb307a144717d288/Source/SettingsWidgets.as#L111 and tinkering with https://github.com/codecat/tm-dashboard/blob/cb360828efcfc487517073c1eb307a144717d288/Source/SettingsWidgets.as#L115 seems to help. Again, I'm not sure of the root cause.
The current workaround is to hide the widget (disable both Visible UI and Hidden UI), set the values, and then unhide.