UI: Schedule: Fix interval editing.

This commit is contained in:
Nodir Temirkhodjaev 2017-09-22 09:01:21 +05:00
parent eea33cfcb2
commit 2265921efc

View File

@ -55,6 +55,8 @@ Row {
onValueChanged: {
comboInterval.currentIndex = getIntervalIndexByValue(value);
setScheduleEdited();
}
}