mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Actually read the values from controls in automation dialogs
This commit is contained in:
parent
6308104031
commit
5462d35708
@ -521,6 +521,7 @@ namespace Automation4 {
|
||||
auto button = new wxButton(window, id, text);
|
||||
button->Bind(wxEVT_COMMAND_BUTTON_CLICKED, [=](wxCommandEvent &evt) {
|
||||
this->button_pushed = button_pushed;
|
||||
dialog->TransferDataFromWindow();
|
||||
dialog->EndModal(0);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user