From b8d1d915f83e7ff637765ba32273812978158eef Mon Sep 17 00:00:00 2001 From: lllucius Date: Wed, 9 Oct 2013 06:06:00 +0000 Subject: [PATCH] Fix for bug #632 http://bugzilla.audacityteam.org/show_bug.cgi?id=632 --- src/Menus.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Menus.cpp b/src/Menus.cpp index 7b54acc4f..4556f020d 100644 --- a/src/Menus.cpp +++ b/src/Menus.cpp @@ -1909,7 +1909,6 @@ void AudacityProject::OnPlayStopSelect() mViewInfo.sel1 = mViewInfo.sel0; } toolbar->OnStop(evt); - ModifyState(); } else if (!gAudioIO->IsBusy()) { //Otherwise, start playing (assuming audio I/O isn't busy)