Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ ApplyUpdatedTheme
Method
ApplyUpdatedTheme
src/ProjectWindow.cpp:644–648 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
END_EVENT_TABLE()
643
644
void ProjectWindow::ApplyUpdatedTheme()
645
{
646
SetBackgroundColour(theTheme.Colour( clrMedium ));
647
ClearBackground();// For wxGTK.
648
}
649
650
void ProjectWindow::OnThemeChange(ThemeChangeMessage message)
651
{
Callers
1
OnThemeChange
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected