You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/audacity/files/audacity-2.4.2-fix-vertical...

15 lines
462 B

--- a/src/menus/ViewMenus.cpp 2020-05-27 17:49:20.645538517 +0500
+++ b/src/menus/ViewMenus.cpp 2020-05-27 17:49:26.844538493 +0500
@@ -4,10 +4,10 @@
#include "../CommonCommandFlags.h"
#include "../Menus.h"
#include "../Prefs.h"
+#include "../ProjectWindow.h"
#include "../Project.h"
#include "../ProjectHistory.h"
#include "../ProjectSettings.h"
-#include "../ProjectWindow.h"
#include "../Track.h"
#include "../TrackInfo.h"
#include "../TrackPanel.h"