Disable the non working waveform mousewheel zoom
This commit is contained in:
parent
5f1a04043b
commit
97dfcedf4d
@ -764,6 +764,7 @@ void WaveformComponent::mouseDoubleClick(const MouseEvent & e)
|
|||||||
|
|
||||||
void WaveformComponent::mouseWheelMove(const MouseEvent & e, const MouseWheelDetails & wd)
|
void WaveformComponent::mouseWheelMove(const MouseEvent & e, const MouseWheelDetails & wd)
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
double factor = 0.9;
|
double factor = 0.9;
|
||||||
if (wd.deltaY < 0.0)
|
if (wd.deltaY < 0.0)
|
||||||
factor = 1.11111;
|
factor = 1.11111;
|
||||||
|
@ -28,7 +28,7 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
#undef max
|
#undef max
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
String g_plugintitle{ "PaulXStretch 1.1.0" };
|
String g_plugintitle{ "PaulXStretch 1.1.0a" };
|
||||||
|
|
||||||
std::set<PaulstretchpluginAudioProcessor*> g_activeprocessors;
|
std::set<PaulstretchpluginAudioProcessor*> g_activeprocessors;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user