1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-04 13:40:58 +01:00

rest of fisheye drawing code...

And finally, make ZoomInfo::zoom protected!
This commit is contained in:
Paul Licameli
2015-06-09 16:48:42 -04:00
parent 57e0ce56ed
commit c02652b3ab
2 changed files with 322 additions and 121 deletions

View File

@@ -32,6 +32,8 @@ public:
double h; // h pos in secs
double screen; // screen width in secs
protected:
double zoom; // pixels per second
public: