You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fixed issue with animation keys that are on frame 0 being difficult to click
This commit is contained in:
@@ -2079,7 +2079,7 @@ void AnimationKeyEditor::_track_editor_gui_input(const Ref<InputEvent> &p_input)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mpos.x < name_limit) {
|
if (mpos.x < name_limit - (type_icon[0]->get_width() / 2.0)) {
|
||||||
//name column
|
//name column
|
||||||
|
|
||||||
// area
|
// area
|
||||||
|
|||||||
Reference in New Issue
Block a user