mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Calls to time ruler button creation/update, but it does nothing yet
This commit is contained in:
@@ -65,6 +65,7 @@ and use it for toolbar and window layouts too.
|
||||
#include "Project.h"
|
||||
#include "toolbars/ToolBar.h"
|
||||
#include "toolbars/ToolManager.h"
|
||||
#include "widgets/Ruler.h"
|
||||
#include "ImageManipulation.h"
|
||||
#include "Theme.h"
|
||||
#include "Experimental.h"
|
||||
@@ -230,6 +231,7 @@ void Theme::ApplyUpdatedImages()
|
||||
if( pToolBar )
|
||||
pToolBar->ReCreateButtons();
|
||||
}
|
||||
p->GetRulerPanel()->ReCreateButtons();
|
||||
}
|
||||
|
||||
void Theme::RegisterImages()
|
||||
|
Reference in New Issue
Block a user