MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / updateLineNumberAreaWidth

Method updateLineNumberAreaWidth

src/scripts.cpp:551–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551void ScriptEditor::updateLineNumberAreaWidth(int)
552{
553 setViewportMargins(lineNumberAreaWidth(), 0, 0, 0);
554}
555
556void ScriptEditor::updateLineNumberArea(const QRect &rect, int dy)
557{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected