MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / ~TextLayoutLock

Method ~TextLayoutLock

MiniZincIDE/outputwidget.cpp:928–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926}
927
928TextLayoutLock::~TextLayoutLock()
929{
930 _o->ui->textBrowser->textCursor().endEditBlock();
931 if (_scroll) {
932 _o->scrollToBottom();
933 }
934}
935
936QSizeF OutputWidgetArrow::intrinsicSize(QTextDocument* doc, int posInDocument, const QTextFormat& format)
937{

Callers

nothing calls this directly

Calls 1

scrollToBottomMethod · 0.80

Tested by

no test coverage detected