Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ Show
Method
Show
src/HistoryWindow.cpp:279–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
bool HistoryDialog::Show( bool show )
280
{
281
if ( show && !IsShown())
282
DoUpdate();
283
return wxDialogWrapper::Show( show );
284
}
285
286
void HistoryDialog::DoUpdate()
287
{
Callers
2
OnCloseWindow
Method · 0.95
OnHistory
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected