MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / ShowAllMacroSections

Method ShowAllMacroSections

lib/macro/macro-edit.cpp:1853–1864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1851}
1852
1853void MacroEdit::ShowAllMacroSections()
1854{
1855 if (!ElseSectionIsVisible()) {
1856 on_toggleElseActions_clicked();
1857 }
1858
1859 SetSplitterPositionByFraction(ui->macroActionConditionSplitter, 0.3);
1860 CenterSplitterPosition(ui->macroElseActionSplitter);
1861
1862 adjustSize();
1863 updateGeometry();
1864}
1865
1866} // namespace advss

Callers 1

SetWidgetVisibilityMethod · 0.45

Calls 2

CenterSplitterPositionFunction · 0.85

Tested by

no test coverage detected