MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / ~CompactButton

Method ~CompactButton

source/gui/button/compact_button/compact_button.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 CompactButton::~CompactButton() {
29 button_.setLookAndFeel(nullptr);
30 }
31
32 void CompactButton::resized() {
33 auto bound = getLocalBounds();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected