diff options
Diffstat (limited to 'dgedit/canvastoolselections.h')
| -rw-r--r-- | dgedit/canvastoolselections.h | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/dgedit/canvastoolselections.h b/dgedit/canvastoolselections.h index 59786a7..0557520 100644 --- a/dgedit/canvastoolselections.h +++ b/dgedit/canvastoolselections.h @@ -60,7 +60,8 @@ public slots:    void clearSelections();    void thresholdChanged(double threshold);    void noiseFloorChanged(int t); -  void fadeoutChanged(int t); +  void holdChanged(int h); +  void fadeoutChanged(int f);    void setShowPreview(bool show_preview);  private: @@ -73,8 +74,9 @@ private:    double threshold;    double noise_floor; -  double fadeout; -   +  double fadeout;   +  int hold; +    QColor colSelBg;    QColor colSel;    QColor colActiveSelBg;  | 
