MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / updateLineNumberAreaWidth

Method updateLineNumberAreaWidth

gui/qt/basiccodeviewerwindow.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void BasicEditor::updateLineNumberAreaWidth(int /* newBlockCount */)
69{
70 setViewportMargins(lineNumberAreaWidth(), 0, 0, 0);
71}
72
73void BasicEditor::updateLineNumberArea(const QRect &rect, int dy)
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected