diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-19 16:45:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 16:45:42 +0200 |
commit | 4476ea81aaa15a2dea9ef0db595eeda50516f37d (patch) | |
tree | 8fad78ccf21b37b9171592d4cfd3d1405d9821c2 /editor/animation_track_editor.h | |
parent | ddba2e7b474b0a596447e90c8ee544072b1c9505 (diff) | |
parent | 47e24dd1ee981e2f582cd36be5895724d130b803 (diff) |
Merge pull request #29897 from Chaosus/fix_animation_track_selection
Fix animation keys selection with SHIFT/CTRL
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index c64f663b3b..54e0675ab7 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -231,7 +231,7 @@ public: void cancel_drop(); void set_in_group(bool p_enable); - void append_to_selection(const Rect2 &p_box); + void append_to_selection(const Rect2 &p_box, bool p_deselection); AnimationTrackEdit(); }; |