MCPcopy Create free account
hub / github.com/audacity/audacity / UpdatePrefs

Method UpdatePrefs

src/toolbars/TimeToolBar.cpp:134–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void TimeToolBar::UpdatePrefs()
135{
136 // Since the language may have changed, we need to force an update to accommodate
137 // different length text
138 wxCommandEvent e;
139 e.SetString(mAudioTime->GetFormatName().GET());
140 OnUpdate(e);
141
142 // Language may have changed so reset label
143 SetLabel(XO("Time"));
144
145 // Give the toolbar a chance
146 ToolBar::UpdatePrefs();
147}
148
149void TimeToolBar::SetToDefaultSize()
150{

Callers

nothing calls this directly

Calls 2

SetStringMethod · 0.80
GetFormatNameMethod · 0.80

Tested by

no test coverage detected