Indents, man

This commit is contained in:
Cain Kilgore 2018-01-10 20:30:41 +00:00 committed by GitHub
parent 057c708637
commit 104ac0ffae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;