diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-09 12:04:49 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-09 12:04:49 +0200 |
commit | 14041f774fc25ea1372587c344c42cdc57172155 (patch) | |
tree | c953eb1b7e0b5ef771950665de02c44c42ab8206 /dgedit/canvastoolselections.h | |
parent | a4d73c0cb2321bd61bd31d2922ae469389e5825e (diff) |
Click sorted samples hilight the corresponding canvas selection.
Diffstat (limited to 'dgedit/canvastoolselections.h')
-rw-r--r-- | dgedit/canvastoolselections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dgedit/canvastoolselections.h b/dgedit/canvastoolselections.h index 99114de..64c52b8 100644 --- a/dgedit/canvastoolselections.h +++ b/dgedit/canvastoolselections.h @@ -59,6 +59,7 @@ public slots: void thresholdChanged(double threshold); void noiseFloorChanged(int t); void fadeoutChanged(int t); + void setActiveSelection(Selection s); private: bool selection_is_moving_left; |