소스 검색

Merge pull request #876 from InfiniteProductions/GUI/rich_text_bbcode_godot-4-stable_fix

disconnect unused signal connected to a removed method
Aaron Franke 2 년 전
부모
커밋
82c9367044
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      gui/rich_text_bbcode/rich_text_bbcode.tscn

+ 0 - 1
gui/rich_text_bbcode/rich_text_bbcode.tscn

@@ -88,5 +88,4 @@ shortcut_in_tooltip = false
 text = "Pause"
 
 [connection signal="meta_clicked" from="RichTextLabel" to="." method="_on_RichTextLabel_meta_clicked"]
-[connection signal="pressed" from="Pause" to="." method="_on_pause_pressed"]
 [connection signal="toggled" from="Pause" to="." method="_on_pause_toggled"]