-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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
| thing.SetProportions(thing.m_pos, thing.m_size); |
tm-dashboard/Source/SettingsWidgets.as
Line 115 in cb36082
| g_settingsMoveCond = UI::Cond::Appearing; |
The current workaround is to hide the widget (disable both Visible UI and Hidden UI), set the values, and then unhide.
Metadata
Metadata
Assignees
Labels
No labels