1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 04:32:00 +01: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

@@ -84,6 +84,7 @@ and in the spectrogram spectral selection.
#include "./widgets/LinkingHtmlWindow.h"
#include "./widgets/HelpSystem.h"
#include "widgets/ErrorDialog.h"
#include "widgets/Ruler.h"
#if wxUSE_ACCESSIBILITY
#include "widgets/WindowAccessible.h"