mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 22:30:13 +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:
@@ -43,6 +43,8 @@ class RDMarkerPlayer : public RDWidget
|
||||
~RDMarkerPlayer();
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
bool isReadOnly() const;
|
||||
void setReadOnly(bool state);
|
||||
bool setCut(unsigned cartnum,int cutnum);
|
||||
void clearCut();
|
||||
int cursorPosition() const;
|
||||
@@ -131,6 +133,7 @@ class RDMarkerPlayer : public RDWidget
|
||||
int d_loop_start_msec;
|
||||
int d_loop_start_length;
|
||||
int d_cursor_position;
|
||||
bool d_read_only;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user