1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Take class AdornedRulerPanel out of src/widgets...

... It's not a utility widget like RulerPanel.  It has a lot of application
specific logic in it.
This commit is contained in:
Paul Licameli
2018-10-23 16:36:02 -04:00
parent 492a44894b
commit 303553ae4e
27 changed files with 2466 additions and 2388 deletions

View File

@@ -28,6 +28,7 @@ small calculations of rectangles.
#include <wx/bitmap.h>
#include <wx/valgen.h>
#include "../AdornedRulerPanel.h"
#include "../Track.h"
#include "../TrackPanel.h"
#include "../toolbars/ToolManager.h"
@@ -40,7 +41,6 @@ small calculations of rectangles.
#include "../toolbars/SelectionBar.h"
#include "../toolbars/ToolsToolBar.h"
#include "../toolbars/TranscriptionToolBar.h"
#include "../widgets/Ruler.h"
#include "../Prefs.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"