Warn if multiple keys are bound to a key on removal

This commit is contained in:
Emma Broman
2020-10-09 18:52:38 +02:00
parent 37c45a10b6
commit ec1fbb09f8
4 changed files with 33 additions and 7 deletions
+1
View File
@@ -125,6 +125,7 @@ private:
const Keyframe<TimeKeyframeData>& future, double time);
void addDeltaTimesKeybindings();
void clearDeltaTimesKeybindings();
Timeline<TimeKeyframeData> _timeline;
SyncData<Time> _currentTime;