You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
-All types have editable script now in properties
-Changed clip to a property in Control which can be set by the user
This commit is contained in:
@@ -1090,7 +1090,6 @@ void AnimationKeyEditor::_track_pos_draw() {
|
||||
|
||||
void AnimationKeyEditor::_track_editor_draw() {
|
||||
|
||||
VisualServer::get_singleton()->canvas_item_set_clip(track_editor->get_canvas_item(),true);
|
||||
|
||||
if (animation.is_valid() && animation->get_track_count()) {
|
||||
if (selected_track < 0)
|
||||
@@ -4312,6 +4311,7 @@ AnimationKeyEditor::AnimationKeyEditor() {
|
||||
|
||||
add_constant_override("separation",get_constant("separation","VBoxContainer"));
|
||||
|
||||
track_editor->set_clip_contents(true);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user