| 1586 | } |
| 1587 | |
| 1588 | void MacroConditionVideoEdit::UseAlphaAsMaskChanged(int value) |
| 1589 | { |
| 1590 | GUARD_LOADING_AND_LOCK(); |
| 1591 | _entryData->_patternMatchParameters.useAlphaAsMask = value; |
| 1592 | _entryData->LoadImageFromFile(); |
| 1593 | _previewDialog.PatternMatchParametersChanged( |
| 1594 | _entryData->_patternMatchParameters); |
| 1595 | } |
| 1596 | |
| 1597 | void MacroConditionVideoEdit::PatternMatchModeChanged(int idx) |
| 1598 | { |
nothing calls this directly
no test coverage detected