diff options
| author | Duroxxigar <young9003@gmail.com> | 2020-10-01 03:17:33 -0400 |
|---|---|---|
| committer | Duroxxigar <young9003@gmail.com> | 2020-10-01 03:17:33 -0400 |
| commit | b687ace7f9465faa3d3aee271a8dc950c0d1ed4b (patch) | |
| tree | 6cd5149a27a6de7b12c5ee2d4a52e55503da4f54 /editor/animation_track_editor.cpp | |
| parent | cbcec0d0567b0b5e173f1e9f90f2c03317156275 (diff) | |
| download | redot-engine-b687ace7f9465faa3d3aee271a8dc950c0d1ed4b.tar.gz | |
Renamed toplevel to be top_level
Diffstat (limited to 'editor/animation_track_editor.cpp')
| -rw-r--r-- | editor/animation_track_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp index 39e863ae0f..52c984cbc0 100644 --- a/editor/animation_track_editor.cpp +++ b/editor/animation_track_editor.cpp @@ -5758,7 +5758,7 @@ AnimationTrackEditor::AnimationTrackEditor() { box_selection = memnew(Control); add_child(box_selection); - box_selection->set_as_toplevel(true); + box_selection->set_as_top_level(true); box_selection->set_mouse_filter(MOUSE_FILTER_IGNORE); box_selection->hide(); box_selection->connect("draw", callable_mp(this, &AnimationTrackEditor::_box_selection_draw)); |
