mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02: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:
@@ -74,7 +74,8 @@ void CatchTableView::editAudioMenuData()
|
||||
RDCart *rdcart=new RDCart(RDCut::cartNumber(cutname));
|
||||
|
||||
if(d_marker_dialog->
|
||||
exec(RDCut::cartNumber(cutname),RDCut::cutNumber(cutname))) {
|
||||
exec(RDCut::cartNumber(cutname),RDCut::cutNumber(cutname),
|
||||
!rda->user()->editAudio())) {
|
||||
rdcart->updateLength();
|
||||
mod->refresh(mod->index(d_mouse_row,0));
|
||||
SendNotification(RDNotification::ModifyAction,
|
||||
|
Reference in New Issue
Block a user