Closed dore0062 closed 4 years ago
Describe the bug setUItheme does not set alpha values correctly on some values, and defaults them to 128
setUItheme
So far only have found: chat_input_background chat_output_background
chat_input_background
chat_output_background
To Reproduce Steps to reproduce the behavior:
Expected behavior The alpha values should be set correctly.
Lua Scripts & XML UI:
chat_output_background #FFFFFF51 chat_input_background #FFFFFF51
Tabletop Simulator Info (please complete the following information):
Known workarounds Do not set the chat background values, remove them from the exporter.
Additional context The exporter includes these values at 33, but defaults them to 128, making them opaque. Will confuse new users.
Fixed in v12.3
Describe the bug
setUItheme
does not set alpha values correctly on some values, and defaults them to 128So far only have found:
chat_input_background
chat_output_background
To Reproduce Steps to reproduce the behavior:
Expected behavior The alpha values should be set correctly.
Lua Scripts & XML UI:
Tabletop Simulator Info (please complete the following information):
Known workarounds Do not set the chat background values, remove them from the exporter.
Additional context The exporter includes these values at 33, but defaults them to 128, making them opaque. Will confuse new users.