Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
UI/Tools
Summary
Hello, I have a problem with a regular button “button_regular” that doesn’t want to turn blue. I don’t know why it turns directly grey, whereas the loud button works fine in yellow “button_loud”.
Steps to Reproduce
1 - In verse create a button - ButtonRegular : button_regular = button_regular{}
2 - Set the text ButtonRegular.SetText(StringToMessage(“Regular button”))
3 - add the button in UI :
Slots := array{
canvas_slot:
Widget:=ButtonRegular
ZOrder:=1
SizeToContent:=false
Offsets:=margin{Top:=256.0,Left:=100.0,Bottom:=50.0,Right:=300.0}
}
Expected Result
Normally, since it’s a regular button, it’s supposed to be blue.
Observed Result
I checked carefully, but the button is supposed to be blue, but the result is that the button is grey.
thanks !
Platform(s)
PC