mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-13 16:44:10 +01:00
2024-05-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the 'Edit Audio' dialog that caused it to ignore the state of the 'Edit Audio' user privilege. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -400,7 +400,9 @@ void AudioCart::editCutData()
|
||||
tr("No audio is present in the cut!"));
|
||||
return;
|
||||
}
|
||||
if(rdcart_marker_dialog->exec(RDCut::cartNumber(cutname),RDCut::cutNumber(cutname))) {
|
||||
if(rdcart_marker_dialog->
|
||||
exec(RDCut::cartNumber(cutname),RDCut::cutNumber(cutname),
|
||||
!rda->user()->editAudio())) {
|
||||
emit cartDataChanged();
|
||||
rdcart_cart->updateLength(rdcart_controls->enforce_length_box->isChecked(),
|
||||
QTime(0,0,0).msecsTo(rdcart_controls->
|
||||
|
||||
Reference in New Issue
Block a user