tm-dashboard icon indicating copy to clipboard operation
tm-dashboard copied to clipboard

Widget positional values not editable in visible state

Open treierxyz opened this issue 2 years ago • 0 comments

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.

treierxyz avatar Sep 17 '23 13:09 treierxyz