added playback control shortcuts to graph editor

This commit is contained in:
itsmattkc
2019-01-03 23:26:27 +11:00
parent e8b2f3129c
commit 9e912ef103
4 changed files with 28 additions and 7 deletions
+1
View File
@@ -41,6 +41,7 @@ GraphView::GraphView(QWidget* parent) :
current_handle(BEZIER_HANDLE_NONE)
{
setMouseTracking(true);
setFocusPolicy(Qt::ClickFocus);
}
void GraphView::paintEvent(QPaintEvent *event) {