We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a109836 + 47e3cc1 commit 17c7b78Copy full SHA for 17c7b78
editor/animation/animation_track_editor.cpp
@@ -3163,7 +3163,7 @@ void AnimationTrackEdit::gui_input(const Ref<InputEvent> &p_event) {
3163
}
3164
3165
3166
- if (mb.is_valid() && mb->is_pressed() && mb->get_button_index() == MouseButton::RIGHT) {
+ if (!moving_selection && mb.is_valid() && mb->is_pressed() && mb->get_button_index() == MouseButton::RIGHT) {
3167
Point2 pos = mb->get_position();
3168
if (pos.x >= timeline->get_name_limit() && pos.x <= get_size().width - timeline->get_buttons_width()) {
3169
// Can do something with menu too! show insert key.
0 commit comments