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

Method TryAutoCollapse

src/widgets/ExpandingToolBar.cpp:260–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void ExpandingToolBar::TryAutoCollapse()
261{
262#ifdef EXPERIMENTAL_ROLL_UP_DIALOG
263 if (mIsAutoExpanded == true && mIsManualExpanded == false) {
264 mToggleButton->PopUp();
265 mIsAutoExpanded = false;
266 Fit();
267 }
268#endif
269}
270
271class ExpandingToolBarEvtHandler final : public wxEvtHandler
272{

Callers

nothing calls this directly

Calls 1

PopUpMethod · 0.45

Tested by

no test coverage detected