1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

ProjectHistory does not depend on ViewMenus ...

... Remove the last dependency by making the special vertical zoom fit on undo
push an event callback
This commit is contained in:
Paul Licameli
2019-06-08 12:01:48 -04:00
parent e2c6720436
commit d1a1b112ba
3 changed files with 41 additions and 12 deletions

View File

@@ -134,7 +134,6 @@ void DoSelectSomething( AudacityProject &project );
namespace ViewActions {
double GetZoomOfToFit( const AudacityProject &project );
void DoZoomFit( AudacityProject &project );
void DoZoomFitV( AudacityProject &project );
}
/// Namespace for functions for Transport menu