2
0
Fork 0

Fix wrong signal in EditorPropertyColor

3.3
kobewi 2021-01-14 14:55:08 +07:00
parent a329de566c
commit 8386aa4601
1 changed files with 1 additions and 1 deletions

@ -1982,7 +1982,7 @@ EditorPropertyColor::EditorPropertyColor() {
picker->connect("color_changed", this, "_color_changed");
picker->connect("popup_closed", this, "_popup_closed");
picker->connect("picker_created", this, "_picker_created");
picker->get_popup()->connect("about_to_popup", this, "_picker_opening");
picker->get_popup()->connect("about_to_show", this, "_picker_opening");
}
////////////// NODE PATH //////////////////////