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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user