[Summary] Allow to apply changes on Enter button pressed from "numeric" keyboard

[Reviewed] GZharun
This commit is contained in:
Nikolay 2014-12-26 13:22:02 +02:00
parent 11005b8e98
commit f63a7f13ce

View file

@ -1709,6 +1709,7 @@ TracksControlPanel::on_key_press_event (GdkEventKey* ev)
switch (ev->keyval)
{
case GDK_Return:
case GDK_KP_Enter:
accept ();
hide ();
return true;