| 381 | } |
| 382 | |
| 383 | void MacroConditionWindowEdit::CheckTextChanged(int state) |
| 384 | { |
| 385 | GUARD_LOADING_AND_LOCK(); |
| 386 | _entryData->SetCheckText(state); |
| 387 | SetWidgetVisibility(); |
| 388 | } |
| 389 | |
| 390 | void MacroConditionWindowEdit::WindowTextChanged() |
| 391 | { |
nothing calls this directly
no test coverage detected