mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +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:
@@ -48,7 +48,7 @@ class RDMarkerDialog : public RDDialog
|
||||
QSize sizeHint() const;
|
||||
|
||||
public slots:
|
||||
int exec(unsigned cartnum,int cutnum);
|
||||
int exec(unsigned cartnum,int cutnum,bool read_only);
|
||||
|
||||
private slots:
|
||||
void amplitudeUpData();
|
||||
|
||||
Reference in New Issue
Block a user