Automatically select config box upon change

Automatically select either controller or key group box in
MidiControlListener new action dialog if the user changes something
inside the group.

Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
This commit is contained in:
Achim Settelmeier
2009-06-01 16:34:00 +02:00
committed by Tobias Doerffel
parent 00400dbfc0
commit 7e3931e384
3 changed files with 20 additions and 2 deletions

View File

@@ -104,6 +104,10 @@ private:
private slots:
void pianoScrolled( int _new_pos );
signals:
void keyPressed( int );
void baseNoteChanged( void );
} ;