exportdialog/timeruler: disable marker and workarea editing

Fixes #1979
This commit is contained in:
itsmattkc
2022-07-23 09:59:18 -07:00
parent dd32f81da8
commit 0e6ebee827
3 changed files with 16 additions and 3 deletions
+5
View File
@@ -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);