Widget now supports creating keyframe and standard values, supports dragging from sliders (not creating an undo command for each drag), and everything is undoable.
7 lines
73 B
C++
7 lines
73 B
C++
#include "keyframeviewundo.h"
|
|
|
|
KeyframeViewUndo::KeyframeViewUndo()
|
|
{
|
|
|
|
}
|