Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ MenuSeparator
Method
MenuSeparator
src/ui/MenuSeparator.cpp:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
8
MenuSeparator::MenuSeparator() {
9
box.size.y = BND_WIDGET_HEIGHT / 2;
10
}
11
12
void MenuSeparator::draw(const DrawArgs& args) {
13
nvgBeginPath(args.vg);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected