Give focus to AutomationEditor when the window gets the foucs (#5170)
This will make shortcuts work on opening the editor.
This commit is contained in:
committed by
Hyunjin Song
parent
867639929a
commit
5132d91bfc
@@ -297,6 +297,9 @@ public slots:
|
||||
signals:
|
||||
void currentPatternChanged();
|
||||
|
||||
protected:
|
||||
virtual void focusInEvent(QFocusEvent * event);
|
||||
|
||||
protected slots:
|
||||
void play();
|
||||
void stop();
|
||||
|
||||
Reference in New Issue
Block a user