Преглед на файлове

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"]