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

Method SetSelected

lib/macro/macro-segment.cpp:502–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void MacroSegmentEdit::SetSelected(bool selected)
503{
504 _borderFrame->setVisible(selected);
505 _noBorderframe->setVisible(!selected);
506}
507
508void MacroSegmentEdit::ShowDropLine(DropLineState state)
509{

Callers 1

SetSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected