GUI: Allow the event recorder dialog to be closed.
This is a regression from 6e4217e1ba
.
setResult does not automatically close the dialog. However,
Dialog::handleCommand will close the dialog when kCloseCmd is received.
This commit is contained in:
parent
9572bc6e30
commit
ddcfdf5329
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ void RecorderDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
|
|||
break;
|
||||
case kCloseCmd:
|
||||
setResult(kRecordDialogClose);
|
||||
break;
|
||||
// Fall through
|
||||
default:
|
||||
Dialog::handleCommand(sender, cmd, data);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue