1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix some error messages

This commit is contained in:
Franklin Sobrinho
2016-01-09 08:35:57 -03:00
parent 292e8bf0ab
commit 7fa233cd89
6 changed files with 4 additions and 14 deletions

View File

@@ -405,9 +405,9 @@ void CanvasItemEditor::_node_removed(Node *p_node) {
#endif
}
void CanvasItemEditor::_keying_changed(bool p_changed) {
void CanvasItemEditor::_keying_changed() {
if (p_changed)
if (editor->get_animation_editor()->has_keying())
animation_hb->show();
else
animation_hb->hide();