exportdialog/timeruler: disable marker and workarea editing
Fixes #1979
This commit is contained in:
@@ -52,6 +52,9 @@ public:
|
||||
return dragging_;
|
||||
}
|
||||
|
||||
bool IsMarkerEditingEnabled() const { return marker_editing_enabled_; }
|
||||
void SetMarkerEditingEnabled(bool e) { marker_editing_enabled_ = e; }
|
||||
|
||||
void DeleteSelected();
|
||||
|
||||
bool CopySelected(bool cut);
|
||||
@@ -143,6 +146,8 @@ private:
|
||||
int marker_top_;
|
||||
int marker_bottom_;
|
||||
|
||||
bool marker_editing_enabled_;
|
||||
|
||||
private slots:
|
||||
void SetMarkerColor(int c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user