mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 17:20:12 +02:00
Indents, man
This commit is contained in:
parent
057c708637
commit
104ac0ffae
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ ModalWindow {
|
|||
case Qt.Key_Backtab:
|
||||
event.accepted = false;
|
||||
break;
|
||||
case Qt.Key_Escape:
|
||||
case Qt.Key_Escape:
|
||||
event.accepted = true;
|
||||
root.click(OriginalDialogs.StandardButton.Cancel);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue