Return key-focus to piano-keyboard

This commit is contained in:
Robin Gareus 2019-10-24 05:13:56 +02:00
parent 406bd1bf07
commit aaae93cae3
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 17 additions and 0 deletions

View file

@ -92,6 +92,9 @@ public:
XMLNode& get_state ();
void set_state (const XMLNode&);
protected:
bool on_focus_in_event (GdkEventFocus*);
private:
static void _note_on_event_handler (GtkWidget*, int note, int vel, gpointer arg)
{