From 47e24dd1ee981e2f582cd36be5895724d130b803 Mon Sep 17 00:00:00 2001 From: Chaosus Date: Wed, 19 Jun 2019 13:34:22 +0300 Subject: Fix animation keys selection with SHIFT/CTRL --- editor/animation_track_editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/animation_track_editor.h') 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(); }; -- cgit v1.2.3