mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
[Summary] Gives to WavesDialog the ability to response on Enter from numeric keyboard (little second enter). Igor's request.
[Reviewed] YPozdniakov
This commit is contained in:
parent
3e2609af4e
commit
6c6e46c879
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ WavesDialog::on_key_press_event (GdkEventKey* ev)
|
||||||
switch (ev->keyval)
|
switch (ev->keyval)
|
||||||
{
|
{
|
||||||
case GDK_Return:
|
case GDK_Return:
|
||||||
|
case GDK_KP_Enter:
|
||||||
hide ();
|
hide ();
|
||||||
response (WavesDialog::RESPONSE_DEFAULT);
|
response (WavesDialog::RESPONSE_DEFAULT);
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue