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

Method RestoreFocus

src/toolbars/ToolManager.cpp:1521–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1519}
1520
1521bool ToolManager::RestoreFocus()
1522{
1523 if (mLastFocus) {
1524 auto temp1 = AButton::TemporarilyAllowFocus();
1525 auto temp2 = ASlider::TemporarilyAllowFocus();
1526 auto temp3 = MeterPanelBase::TemporarilyAllowFocus();
1527 mLastFocus->SetFocus();
1528 return true;
1529 }
1530 return false;
1531}
1532
1533void ToolManager::ModifyAllProjectToolbarMenus()
1534{

Callers 1

OnActivateMethod · 0.80

Calls 1

SetFocusMethod · 0.45

Tested by

no test coverage detected