mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-16 08:34:12 +02:00
Modified rdlogmanager(1) to disable merge buttons if the selected
log does not contain any import links.
This commit is contained in:
parent
d0c232eef1
commit
940737bbf2
@ -19749,3 +19749,6 @@
|
|||||||
* Fixed a regression in rdairplay(1) that caused two events to be
|
* Fixed a regression in rdairplay(1) that caused two events to be
|
||||||
started by a single spacebar tap if a SoundPanel event had been
|
started by a single spacebar tap if a SoundPanel event had been
|
||||||
played previously.
|
played previously.
|
||||||
|
2020-04-04 Patrick Linstruth <patrick@deltecent.com>
|
||||||
|
* Modified rdlogmanager(1) to disable merge buttons if the selected
|
||||||
|
log does not contain any import links.
|
||||||
|
@ -599,6 +599,7 @@ void GenerateLog::UpdateControls()
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
gen_music_enabled=false;
|
gen_music_enabled=false;
|
||||||
|
gen_music_button->setDisabled(true);
|
||||||
gen_mus_merged_label->setPixmap(*gen_whiteball_map);
|
gen_mus_merged_label->setPixmap(*gen_whiteball_map);
|
||||||
}
|
}
|
||||||
if(log->linkQuantity(RDLog::SourceTraffic)>0) {
|
if(log->linkQuantity(RDLog::SourceTraffic)>0) {
|
||||||
@ -612,6 +613,7 @@ void GenerateLog::UpdateControls()
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
gen_traffic_enabled=false;
|
gen_traffic_enabled=false;
|
||||||
|
gen_traffic_button->setDisabled(true);
|
||||||
gen_tfc_merged_label->setPixmap(*gen_whiteball_map);
|
gen_tfc_merged_label->setPixmap(*gen_whiteball_map);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user