| 122 | } |
| 123 | |
| 124 | void MacroActionMidiEdit::UpdateEntryData() |
| 125 | { |
| 126 | if (!_entryData) { |
| 127 | return; |
| 128 | } |
| 129 | |
| 130 | _message->SetMessage(_entryData->_message); |
| 131 | _devices->SetDevice(_entryData->_device); |
| 132 | |
| 133 | adjustSize(); |
| 134 | updateGeometry(); |
| 135 | } |
| 136 | |
| 137 | void MacroActionMidiEdit::DeviceSelectionChanged(const MidiDevice &device) |
| 138 | { |
nothing calls this directly
no test coverage detected