[MOS-558] Fixed invalid label on alarm edit window load There was no control if widget's required text has to be set while on focus only
1 files changed, 1 insertions(+), 1 deletions(-) M module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.cpp
M module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.cpp => module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.cpp +1 -1
@@ 56,7 56,7 @@ namespace gui onLoadCallback = [&]([[maybe_unused]] std::shared_ptr<AlarmEventRecord> alarm) { checkCustomOption(getPresenter()->getDescription()); optionSpinner->setCurrentValue(getPresenter()->getDescription()); if (getRRuleOption(optionSpinner->getCurrentValue()) == RRule::Custom) { if (optionSpinner->focus && getRRuleOption(optionSpinner->getCurrentValue()) == RRule::Custom) { this->navBarTemporaryMode(utils::translate(style::strings::common::edit)); } else {