mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-01 03:54:47 +02:00
Move project status string management to new attached object class
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include "Project.h"
|
||||
#include "ProjectAudioIO.h"
|
||||
#include "ProjectAudioManager.h"
|
||||
#include "ProjectStatus.h"
|
||||
#include "ProjectWindow.h"
|
||||
#include "RefreshCode.h"
|
||||
#include "Snap.h"
|
||||
@@ -2207,7 +2208,7 @@ void AdornedRulerPanel::ProcessUIHandleResult
|
||||
|
||||
void AdornedRulerPanel::UpdateStatusMessage( const wxString &message )
|
||||
{
|
||||
GetProject()->SetStatus(message);
|
||||
ProjectStatus::Get( *GetProject() ).Set(message);
|
||||
}
|
||||
|
||||
void AdornedRulerPanel::CreateOverlays()
|
||||
|
||||
Reference in New Issue
Block a user