Merge pull request #59396 from Calinou/animation-track-editor-improve-drawing

Improve the animation track editor drawing
This commit is contained in:
Rémi Verschelde
2022-04-08 01:18:42 +02:00
committed by GitHub
2 changed files with 19 additions and 1 deletions
+1
View File
@@ -171,6 +171,7 @@ class AnimationTrackEdit : public Control {
PopupMenu *menu = nullptr;
bool hovered = false;
bool clicking_on_name = false;
void _zoom_changed();