MCPcopy Create free account
hub / github.com/KDE/labplot / handleVerticalSectionResized

Method handleVerticalSectionResized

src/frontend/matrix/MatrixView.cpp:606–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void MatrixView::handleVerticalSectionResized(int logicalIndex, int /*oldSize*/, int newSize) {
607 m_matrix->setRowHeight(logicalIndex, newSize);
608}
609
610void MatrixView::fillWithFunctionValues() {
611#ifndef SDK

Callers

nothing calls this directly

Calls 1

setRowHeightMethod · 0.45

Tested by

no test coverage detected