I create a matrix include few button
i change button background color by:
self.get_stylebox("normal").set_bg_color(color.red)
connect button signal pressed it sefl, if clicked, change color again
func _on_ColorBtn_pressed() -> void:
self.get_stylebox("normal").set_bg_color(Color.cornflower)
I expect only button has clicked change color but all of them changed
Same issue if create inheritance scene, herrited scence chang font size then oprigin would changed. Why ?