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

Method SetMinimized

src/tracks/ui/ChannelView.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void ChannelView::SetMinimized(bool isMinimized)
107{
108 // Do special changes appropriate to subclass
109 DoSetMinimized(isMinimized);
110 AdjustPositions();
111}
112
113void ChannelView::AdjustPositions()
114{

Callers 2

OnMergeStereoMethod · 0.45
CommitChangesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected