MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / updateLineNumberAreaWidth

Method updateLineNumberAreaWidth

src/ui/codeeditor.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void CodeEditor::updateLineNumberAreaWidth(int)
166{
167 setViewportMargins(lineNumberAreaWidth(), 0, 0, 0);
168}
169
170void CodeEditor::updateLineNumberArea(const QRect& rect, int dy)
171{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected