Automation Point delete radius and size (#3902)

* Fix Automation Point delete radius. At lower zoom deleting would miss
automation points to delete and at higher zoom it would be too generous
and remove neighbouring points.

* Increase smallest Automation Point radius. For  visibility. The smallest
Automatin Point radius was tiny.
This commit is contained in:
Oskar Wallgren
2017-10-24 17:42:30 +02:00
committed by GitHub
parent de20d76c8e
commit f9ab2dec02
2 changed files with 41 additions and 7 deletions

View File

@@ -132,6 +132,7 @@ protected:
void getSelectedValues(timeMap & selected_values );
void drawLine( int x0, float y0, int x1, float y1 );
void removePoints( int x0, int x1 );
protected slots:
void play();